Color Hex Logo

#7daaee Color Hex

#7DAAEE
(125,170,238)
0 Favorites   0 Comments

Color spaces of #7daaee

RGB 125170238
HSL0.600.770.71
HSV216°47°93°
CMYK 0.470.290.00   0.07
XYZ38.264839.282586.4544
Yxy39.28250.23330.2395
Hunter Lab62.6758-0.7047-37.9111
CIE-Lab68.95543.0089-38.7243

#7daaee color RGB value is (125,170,238).

#7daaee hex color red value is 125, green value is 170 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7daaee hue: 0.60 , saturation: 0.77 and the lightness value of 7daaee is 0.71.

The process color (four color CMYK) of #7daaee color hex is 0.47, 0.29, 0.00, 0.07. Web safe color of #7daaee is #6699ff. Color #7daaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101010 11101110
Octal 175 252 356
Decimal 125 170 238
Hex 7D AA EE

RGB Percentages of Color #7daaee

%23.45
%31.89
%44.65

CMYK Percentages of Color #7daaee

%47
%29
%0
%7

Triadic Colors of #7daaee

#7daaee #ee7daa #aaee7d

Analogous Colors of #7daaee

#7daaee #897dee #7de3ee

Monochromatic Colors of #7daaee

#7daaee

Complementary Color

#7daaee #eec17d

#7daaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7daaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7daaee Color CSS Codes

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

#7daaee Text Font Color

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

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


#7daaee Background Color

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

This div background color is #7daaee


#7daaee Border Color

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

This div border color is #7daaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7daaee


Comments

No comments written yet.

Please login to write comment.