Color Hex Logo

#7dddea Color Hex

#7DDDEA
(125,221,234)
0 Favorites   0 Comments

Color spaces of #7dddea

RGB 125221234
HSL0.520.720.70
HSV187°47°92°
CMYK 0.470.060.00   0.08
XYZ49.165262.013487.2204
Yxy62.01340.24780.3126
Hunter Lab78.7486-26.3669-10.5444
CIE-Lab82.9205-25.0133-15.1918

#7dddea color RGB value is (125,221,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011101 11101010
Octal 175 335 352
Decimal 125 221 234
Hex 7D DD EA

RGB Percentages of Color #7dddea

%21.55
%38.10
%40.34

CMYK Percentages of Color #7dddea

%47
%6
%0
%8

Triadic Colors of #7dddea

#7dddea #ea7ddd #ddea7d

Analogous Colors of #7dddea

#7dddea #7da7ea #7deac1

Monochromatic Colors of #7dddea

#7dddea

Complementary Color

#7dddea #ea8a7d

#7dddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dddea Color CSS Codes

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

#7dddea Text Font Color

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

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


#7dddea Background Color

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

This div background color is #7dddea


#7dddea Border Color

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

This div border color is #7dddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dddea


Comments

No comments written yet.

Please login to write comment.