Color Hex Logo

#8bffcc Color Hex

#8BFFCC
(139,255,204)
0 Favorites   0 Comments

Color spaces of #8bffcc

RGB 139255204
HSL0.431.000.77
HSV154°45°100°
CMYK 0.450.000.20   0.00
XYZ57.306581.368669.8121
Yxy81.36860.27490.3903
Hunter Lab90.2045-44.457817.2568
CIE-Lab92.2955-44.389614.2569

#8bffcc color RGB value is (139,255,204).

#8bffcc hex color red value is 139, green value is 255 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8bffcc hue: 0.43 , saturation: 1.00 and the lightness value of 8bffcc is 0.77.

The process color (four color CMYK) of #8bffcc color hex is 0.45, 0.00, 0.20, 0.00. Web safe color of #8bffcc is #99ffcc. Color #8bffcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11111111 11001100
Octal 213 377 314
Decimal 139 255 204
Hex 8B FF CC

RGB Percentages of Color #8bffcc

%23.24
%42.64
%34.11

CMYK Percentages of Color #8bffcc

%45
%0
%20
%0

Triadic Colors of #8bffcc

#8bffcc #cc8bff #ffcc8b

Analogous Colors of #8bffcc

#8bffcc #8bf8ff #8bff92

Monochromatic Colors of #8bffcc

#8bffcc

Complementary Color

#8bffcc #ff8bbe

#8bffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bffcc Color CSS Codes

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

#8bffcc Text Font Color

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

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


#8bffcc Background Color

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

This div background color is #8bffcc


#8bffcc Border Color

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

This div border color is #8bffcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bffcc


Comments

No comments written yet.

Please login to write comment.