Color Hex Logo

#8befca Color Hex

#8BEFCA
(139,239,202)
0 Favorites   0 Comments

Color spaces of #8befca

RGB 139239202
HSL0.440.760.74
HSV158°42°94°
CMYK 0.420.000.15   0.06
XYZ52.174671.486266.9254
Yxy71.48620.27380.3751
Hunter Lab84.5495-37.811212.2535
CIE-Lab87.7207-37.67608.7800

#8befca color RGB value is (139,239,202).

#8befca hex color red value is 139, green value is 239 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8befca hue: 0.44 , saturation: 0.76 and the lightness value of 8befca is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101111 11001010
Octal 213 357 312
Decimal 139 239 202
Hex 8B EF CA

RGB Percentages of Color #8befca

%23.97
%41.21
%34.83

CMYK Percentages of Color #8befca

%42
%0
%15
%6

Triadic Colors of #8befca

#8befca #ca8bef #efca8b

Analogous Colors of #8befca

#8befca #8be2ef #8bef98

Monochromatic Colors of #8befca

#8befca

Complementary Color

#8befca #ef8bb0

#8befca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8befca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8befca Color CSS Codes

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

#8befca Text Font Color

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

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


#8befca Background Color

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

This div background color is #8befca


#8befca Border Color

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

This div border color is #8befca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8befca


Comments

No comments written yet.

Please login to write comment.