Color Hex Logo

#7daecb Color Hex

#7DAECB
(125,174,203)
0 Favorites   0 Comments

Color spaces of #7daecb

RGB 125174203
HSL0.560.430.64
HSV202°38°80°
CMYK 0.380.140.00   0.20
XYZ34.373038.943962.2052
Yxy38.94390.25360.2874
Hunter Lab62.4050-10.8902-15.4166
CIE-Lab68.7106-8.9026-19.9004

#7daecb color RGB value is (125,174,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101110 11001011
Octal 175 256 313
Decimal 125 174 203
Hex 7D AE CB

RGB Percentages of Color #7daecb

%24.90
%34.66
%40.44

CMYK Percentages of Color #7daecb

%38
%14
%0
%20

Triadic Colors of #7daecb

#7daecb #cb7dae #aecb7d

Analogous Colors of #7daecb

#7daecb #7d87cb #7dcbc1

Monochromatic Colors of #7daecb

#7daecb

Complementary Color

#7daecb #cb9a7d

#7daecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7daecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7daecb Color CSS Codes

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

#7daecb Text Font Color

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

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


#7daecb Background Color

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

This div background color is #7daecb


#7daecb Border Color

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

This div border color is #7daecb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,174,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 #7daecb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7daecb


Comments

No comments written yet.

Please login to write comment.