Color Hex Logo

#8beed8 Color Hex

#8BEED8
(139,238,216)
0 Favorites   0 Comments

Color spaces of #8beed8

RGB 139238216
HSL0.460.740.74
HSV167°42°93°
CMYK 0.420.000.09   0.07
XYZ53.616771.595975.9592
Yxy71.59590.26650.3559
Hunter Lab84.6144-34.96696.0048
CIE-Lab87.7737-34.16691.5407

#8beed8 color RGB value is (139,238,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101110 11011000
Octal 213 356 330
Decimal 139 238 216
Hex 8B EE D8

RGB Percentages of Color #8beed8

%23.44
%40.13
%36.42

CMYK Percentages of Color #8beed8

%42
%0
%9
%7

Triadic Colors of #8beed8

#8beed8 #d88bee #eed88b

Analogous Colors of #8beed8

#8beed8 #8bd3ee #8beea7

Monochromatic Colors of #8beed8

#8beed8

Complementary Color

#8beed8 #ee8ba1

#8beed8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8beed8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8beed8 Color CSS Codes

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

#8beed8 Text Font Color

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

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


#8beed8 Background Color

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

This div background color is #8beed8


#8beed8 Border Color

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

This div border color is #8beed8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8beed8


Comments

No comments written yet.

Please login to write comment.