Hex #7ac5cd Color

#7ac5cd
equivalent to

RGB

(122, 197, 205)

Details of #7ac5cd

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
122
39.0117
0.52
0.40
75.1253
48.4779
186°
69.6260
197
48.4779
0.45
0.04
-21.1988
0.2557
40°
-21.8309
205
65.0586
0.64
0.00   0.20
-11.3402
0.3178
80°
-6.6431

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1111010
172
122
7A
Green
11000101
305
197
C5
Blue
11001101
315
205
CD

RGB in % of #7ac5cd

%23.28
%37.60
%39.12

CMYK in % of #7ac5cd

%40
%4
%0
%20

Triads of color #7ac5cd

#7ac5cd #c5cd7a #cd7acd

Similar Colors to #7ac5cd

#7ac5cd #7acdac #7a9ccd

Preview Color #7ac5cd on black ground

#7ac5cd is very interesting for text.

Preview Color #7ac5cd on white ground

#7ac5cd is very interesting for text.

CSS Codes #7ac5cd color

.mybgcolor {background-color:#7ac5cd; }
.myforecolor {color:#7ac5cd; }
.mybordercolor {border:3px solid #7ac5cd; }

Text Font Color #7ac5cd

<p style="color:#7ac5cd">Text here</p>

This sample text font color is #7ac5cd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #7ac5cd

<div style="background-color:#7ac5cd">
Div content here</div>

This div background color is #7ac5cd


Border Color #7ac5cd

<div style="border:3px solid #7ac5cd">
Div here</div>

The color of this border is #7ac5cd


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #7ac5cd; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #7ac5cd;
-webkit-box-shadow: 1px 1px 3px 2px #7ac5cd;
box-shadow:         1px 1px 3px 2px #7ac5cd; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #7ac5cd">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #7ac5cd;
  -webkit-box-shadow: 1px 1px 3px 2px #7ac5cd;
  box-shadow:         1px 1px 3px 2px #7ac5cd;">
Div content here</div>

The shadow of div box using color #7ac5cd