Color Hex Logo

#7daedf Color Hex

#7DAEDF
(125,174,223)
0 Favorites   0 Comments

Color spaces of #7daedf

RGB 125174223
HSL0.580.600.68
HSV210°44°87°
CMYK 0.440.220.00   0.13
XYZ36.912839.959875.5795
Yxy39.95980.24210.2621
Hunter Lab63.2138-6.3915-26.6385
CIE-Lab69.4409-3.4841-29.7716

#7daedf color RGB value is (125,174,223).

#7daedf hex color red value is 125, green value is 174 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7daedf hue: 0.58 , saturation: 0.60 and the lightness value of 7daedf is 0.68.

The process color (four color CMYK) of #7daedf color hex is 0.44, 0.22, 0.00, 0.13. Web safe color of #7daedf is #6699cc. Color #7daedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101110 11011111
Octal 175 256 337
Decimal 125 174 223
Hex 7D AE DF

RGB Percentages of Color #7daedf

%23.95
%33.33
%42.72

CMYK Percentages of Color #7daedf

%44
%22
%0
%13

Triadic Colors of #7daedf

#7daedf #df7dae #aedf7d

Analogous Colors of #7daedf

#7daedf #7d7ddf #7ddfdf

Monochromatic Colors of #7daedf

#7daedf

Complementary Color

#7daedf #dfae7d

#7daedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7daedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7daedf Color CSS Codes

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

#7daedf Text Font Color

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

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


#7daedf Background Color

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

This div background color is #7daedf


#7daedf Border Color

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

This div border color is #7daedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7daedf


Comments

No comments written yet.

Please login to write comment.