Color Hex Logo

#8deeea Color Hex

#8DEEEA
(141,238,234)
0 Favorites   0 Comments

Color spaces of #8deeea

RGB 141238234
HSL0.490.740.74
HSV178°41°93°
CMYK 0.410.000.02   0.07
XYZ56.410372.752388.9114
Yxy72.75230.25870.3336
Hunter Lab85.2950-31.2142-2.0974
CIE-Lab88.3294-29.5082-7.0589

#8deeea color RGB value is (141,238,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101110 11101010
Octal 215 356 352
Decimal 141 238 234
Hex 8D EE EA

RGB Percentages of Color #8deeea

%23.00
%38.83
%38.17

CMYK Percentages of Color #8deeea

%41
%0
%2
%7

Triadic Colors of #8deeea

#8deeea #ea8dee #eeea8d

Analogous Colors of #8deeea

#8deeea #8dc2ee #8deeba

Monochromatic Colors of #8deeea

#8deeea

Complementary Color

#8deeea #ee8d91

#8deeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8deeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8deeea Color CSS Codes

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

#8deeea Text Font Color

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

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


#8deeea Background Color

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

This div background color is #8deeea


#8deeea Border Color

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

This div border color is #8deeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8deeea


Comments

No comments written yet.

Please login to write comment.