Color Hex Logo

#8beccc Color Hex

#8BECCC
(139,236,204)
0 Favorites   0 Comments

Color spaces of #8beccc

RGB 139236204
HSL0.450.720.74
HSV160°41°93°
CMYK 0.410.000.14   0.07
XYZ51.542069.839567.8906
Yxy69.83950.27230.3690
Hunter Lab83.5700-36.157310.3330
CIE-Lab86.9181-35.87786.5826

#8beccc color RGB value is (139,236,204).

#8beccc hex color red value is 139, green value is 236 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8beccc hue: 0.45 , saturation: 0.72 and the lightness value of 8beccc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101100 11001100
Octal 213 354 314
Decimal 139 236 204
Hex 8B EC CC

RGB Percentages of Color #8beccc

%24.01
%40.76
%35.23

CMYK Percentages of Color #8beccc

%41
%0
%14
%7

Triadic Colors of #8beccc

#8beccc #cc8bec #eccc8b

Analogous Colors of #8beccc

#8beccc #8bdcec #8bec9c

Monochromatic Colors of #8beccc

#8beccc

Complementary Color

#8beccc #ec8bab

#8beccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8beccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8beccc Color CSS Codes

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

#8beccc Text Font Color

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

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


#8beccc Background Color

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

This div background color is #8beccc


#8beccc Border Color

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

This div border color is #8beccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8beccc


Comments

No comments written yet.

Please login to write comment.