Color Hex Logo

#b8ffcc Color Hex

#B8FFCC
(184,255,204)
0 Favorites   0 Comments

Color spaces of #b8ffcc

RGB 184255204
HSL0.381.000.86
HSV137°28°100°
CMYK 0.280.000.20   0.00
XYZ66.426286.070070.2389
Yxy86.07000.29820.3864
Hunter Lab92.7739-34.548220.0534
CIE-Lab94.3423-31.898717.4352

#b8ffcc color RGB value is (184,255,204).

#b8ffcc hex color red value is 184, green value is 255 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b8ffcc hue: 0.38 , saturation: 1.00 and the lightness value of b8ffcc is 0.86.

The process color (four color CMYK) of #b8ffcc color hex is 0.28, 0.00, 0.20, 0.00. Web safe color of #b8ffcc is #ccffcc. Color #b8ffcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11111111 11001100
Octal 270 377 314
Decimal 184 255 204
Hex B8 FF CC

RGB Percentages of Color #b8ffcc

%28.62
%39.66
%31.73

CMYK Percentages of Color #b8ffcc

%28
%0
%20
%0

Triadic Colors of #b8ffcc

#b8ffcc #ccb8ff #ffccb8

Analogous Colors of #b8ffcc

#b8ffcc #b8fff0 #c8ffb8

Monochromatic Colors of #b8ffcc

#b8ffcc

Complementary Color

#b8ffcc #ffb8eb

#b8ffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8ffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8ffcc Color CSS Codes

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

#b8ffcc Text Font Color

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

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


#b8ffcc Background Color

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

This div background color is #b8ffcc


#b8ffcc Border Color

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

This div border color is #b8ffcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8ffcc


Comments

No comments written yet.

Please login to write comment.