Color Hex Logo

#7ddaea Color Hex

#7DDAEA
(125,218,234)
0 Favorites   0 Comments

Color spaces of #7ddaea

RGB 125218234
HSL0.520.720.70
HSV189°47°92°
CMYK 0.470.070.00   0.08
XYZ48.380160.443386.9587
Yxy60.44330.24710.3087
Hunter Lab77.7453-24.9755-11.8946
CIE-Lab82.0786-23.5319-16.4576

#7ddaea color RGB value is (125,218,234).

#7ddaea hex color red value is 125, green value is 218 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7ddaea hue: 0.52 , saturation: 0.72 and the lightness value of 7ddaea is 0.70.

The process color (four color CMYK) of #7ddaea color hex is 0.47, 0.07, 0.00, 0.08. Web safe color of #7ddaea is #66ccff. Color #7ddaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011010 11101010
Octal 175 332 352
Decimal 125 218 234
Hex 7D DA EA

RGB Percentages of Color #7ddaea

%21.66
%37.78
%40.55

CMYK Percentages of Color #7ddaea

%47
%7
%0
%8

Triadic Colors of #7ddaea

#7ddaea #ea7dda #daea7d

Analogous Colors of #7ddaea

#7ddaea #7da4ea #7deac4

Monochromatic Colors of #7ddaea

#7ddaea

Complementary Color

#7ddaea #ea8d7d

#7ddaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddaea Color CSS Codes

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

#7ddaea Text Font Color

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

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


#7ddaea Background Color

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

This div background color is #7ddaea


#7ddaea Border Color

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

This div border color is #7ddaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddaea


Comments

No comments written yet.

Please login to write comment.