Color Hex Logo

#b8ccbe Color Hex

#B8CCBE
(184,204,190)
1 Favorites   0 Comments

Color spaces of #b8ccbe

RGB 184204190
HSL0.380.160.76
HSV138°10°80°
CMYK 0.100.000.07   0.20
XYZ50.654357.093857.0656
Yxy57.09380.30730.3464
Hunter Lab75.5604-12.56778.1147
CIE-Lab80.2323-9.41424.6672

#b8ccbe color RGB value is (184,204,190).

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

The process color (four color CMYK) of #b8ccbe color hex is 0.10, 0.00, 0.07, 0.20. Web safe color of #b8ccbe is #cccccc. Color #b8ccbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001100 10111110
Octal 270 314 276
Decimal 184 204 190
Hex B8 CC BE

RGB Percentages of Color #b8ccbe

%31.83
%35.29
%32.87

CMYK Percentages of Color #b8ccbe

%10
%0
%7
%20

Triadic Colors of #b8ccbe

#b8ccbe #beb8cc #ccbeb8

Analogous Colors of #b8ccbe

#b8ccbe #b8ccc8 #bcccb8

Monochromatic Colors of #b8ccbe

#b8ccbe

Complementary Color

#b8ccbe #ccb8c6

#b8ccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8ccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8ccbe Color CSS Codes

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

#b8ccbe Text Font Color

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

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


#b8ccbe Background Color

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

This div background color is #b8ccbe


#b8ccbe Border Color

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

This div border color is #b8ccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8ccbe


Comments

No comments written yet.

Please login to write comment.