Color Hex Logo

#8dedea Color Hex

#8DEDEA
(141,237,234)
0 Favorites   0 Comments

Color spaces of #8dedea

RGB 141237234
HSL0.490.730.74
HSV178°41°93°
CMYK 0.410.000.01   0.07
XYZ56.120072.171688.8146
Yxy72.17160.25850.3324
Hunter Lab84.9539-30.7533-2.5167
CIE-Lab88.0511-29.0305-7.4709

#8dedea color RGB value is (141,237,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101101 11101010
Octal 215 355 352
Decimal 141 237 234
Hex 8D ED EA

RGB Percentages of Color #8dedea

%23.04
%38.73
%38.24

CMYK Percentages of Color #8dedea

%41
%0
%1
%7

Triadic Colors of #8dedea

#8dedea #ea8ded #edea8d

Analogous Colors of #8dedea

#8dedea #8dc0ed #8dedba

Monochromatic Colors of #8dedea

#8dedea

Complementary Color

#8dedea #ed8d90

#8dedea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dedea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dedea Color CSS Codes

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

#8dedea Text Font Color

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

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


#8dedea Background Color

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

This div background color is #8dedea


#8dedea Border Color

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

This div border color is #8dedea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dedea


Comments

No comments written yet.

Please login to write comment.