Color Hex Logo

#8beede Color Hex

#8BEEDE
(139,238,222)
0 Favorites   0 Comments

Color spaces of #8beede

RGB 139238222
HSL0.470.740.74
HSV170°42°93°
CMYK 0.420.000.07   0.07
XYZ54.406871.912080.1201
Yxy71.91200.26350.3483
Hunter Lab84.8009-33.87923.3434
CIE-Lab87.9262-32.8047-1.3778

#8beede color RGB value is (139,238,222).

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

The process color (four color CMYK) of #8beede color hex is 0.42, 0.00, 0.07, 0.07. Web safe color of #8beede is #99ffcc. Color #8beede contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101110 11011110
Octal 213 356 336
Decimal 139 238 222
Hex 8B EE DE

RGB Percentages of Color #8beede

%23.21
%39.73
%37.06

CMYK Percentages of Color #8beede

%42
%0
%7
%7

Triadic Colors of #8beede

#8beede #de8bee #eede8b

Analogous Colors of #8beede

#8beede #8bcdee #8beead

Monochromatic Colors of #8beede

#8beede

Complementary Color

#8beede #ee8b9b

#8beede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8beede Color Preview on White Background

Lorem ipsum dolor sit amet.

#8beede Color CSS Codes

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

#8beede Text Font Color

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

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


#8beede Background Color

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

This div background color is #8beede


#8beede Border Color

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

This div border color is #8beede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,238,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8beede


Comments

No comments written yet.

Please login to write comment.