Color Hex Logo

#7dafcb Color Hex

#7DAFCB
(125,175,203)
0 Favorites   0 Comments

Color spaces of #7dafcb

RGB 125175203
HSL0.560.430.64
HSV202°38°80°
CMYK 0.380.140.00   0.20
XYZ34.566939.331762.2698
Yxy39.33170.25390.2888
Hunter Lab62.7150-11.3666-14.9686
CIE-Lab68.9909-9.4420-19.4746

#7dafcb color RGB value is (125,175,203).

#7dafcb hex color red value is 125, green value is 175 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7dafcb hue: 0.56 , saturation: 0.43 and the lightness value of 7dafcb is 0.64.

The process color (four color CMYK) of #7dafcb color hex is 0.38, 0.14, 0.00, 0.20. Web safe color of #7dafcb is #6699cc. Color #7dafcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101111 11001011
Octal 175 257 313
Decimal 125 175 203
Hex 7D AF CB

RGB Percentages of Color #7dafcb

%24.85
%34.79
%40.36

CMYK Percentages of Color #7dafcb

%38
%14
%0
%20

Triadic Colors of #7dafcb

#7dafcb #cb7daf #afcb7d

Analogous Colors of #7dafcb

#7dafcb #7d88cb #7dcbc0

Monochromatic Colors of #7dafcb

#7dafcb

Complementary Color

#7dafcb #cb997d

#7dafcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dafcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dafcb Color CSS Codes

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

#7dafcb Text Font Color

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

This sample text font color is #7dafcb
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.


#7dafcb Background Color

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

This div background color is #7dafcb


#7dafcb Border Color

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

This div border color is #7dafcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dafcb


Comments

No comments written yet.

Please login to write comment.