Color Hex Logo

#7daaef Color Hex

#7DAAEF
(125,170,239)
0 Favorites   0 Comments

Color spaces of #7daaef

RGB 125170239
HSL0.600.780.71
HSV216°48°94°
CMYK 0.480.290.00   0.06
XYZ38.412239.341487.2305
Yxy39.34140.23280.2385
Hunter Lab62.7227-0.4491-38.5506
CIE-Lab68.99783.2994-39.2037

#7daaef color RGB value is (125,170,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101010 11101111
Octal 175 252 357
Decimal 125 170 239
Hex 7D AA EF

RGB Percentages of Color #7daaef

%23.41
%31.84
%44.76

CMYK Percentages of Color #7daaef

%48
%29
%0
%6

Triadic Colors of #7daaef

#7daaef #ef7daa #aaef7d

Analogous Colors of #7daaef

#7daaef #897def #7de3ef

Monochromatic Colors of #7daaef

#7daaef

Complementary Color

#7daaef #efc27d

#7daaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7daaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7daaef Color CSS Codes

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

#7daaef Text Font Color

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

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


#7daaef Background Color

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

This div background color is #7daaef


#7daaef Border Color

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

This div border color is #7daaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7daaef

#7daaef Color Palettes


Comments

No comments written yet.

Please login to write comment.