Color Hex Logo

#7deeea Color Hex

#7DEEEA
(125,238,234)
0 Favorites   0 Comments

Color spaces of #7deeea

RGB 125238234
HSL0.490.770.71
HSV178°47°93°
CMYK 0.470.000.02   0.07
XYZ53.883371.449688.7931
Yxy71.44960.25160.3337
Hunter Lab84.5279-34.1368-3.1122
CIE-Lab87.7030-33.1784-8.0560

#7deeea color RGB value is (125,238,234).

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

The process color (four color CMYK) of #7deeea color hex is 0.47, 0.00, 0.02, 0.07. Web safe color of #7deeea is #66ffff. Color #7deeea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101110 11101010
Octal 175 356 352
Decimal 125 238 234
Hex 7D EE EA

RGB Percentages of Color #7deeea

%20.94
%39.87
%39.20

CMYK Percentages of Color #7deeea

%47
%0
%2
%7

Triadic Colors of #7deeea

#7deeea #ea7dee #eeea7d

Analogous Colors of #7deeea

#7deeea #7dbaee #7deeb2

Monochromatic Colors of #7deeea

#7deeea

Complementary Color

#7deeea #ee7d81

#7deeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7deeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7deeea Color CSS Codes

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

#7deeea Text Font Color

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

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


#7deeea Background Color

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

This div background color is #7deeea


#7deeea Border Color

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

This div border color is #7deeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7deeea


Comments

No comments written yet.

Please login to write comment.