Color Hex Logo

#b8cace Color Hex

#B8CACE
(184,202,206)
0 Favorites   0 Comments

Color spaces of #b8cace

RGB 184202206
HSL0.530.180.76
HSV191°11°81°
CMYK 0.110.020.00   0.19
XYZ52.028356.887666.6307
Yxy56.88760.29640.3241
Hunter Lab75.4239-8.86030.4189
CIE-Lab80.1163-5.2816-4.0810

#b8cace color RGB value is (184,202,206).

#b8cace hex color red value is 184, green value is 202 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b8cace hue: 0.53 , saturation: 0.18 and the lightness value of b8cace is 0.76.

The process color (four color CMYK) of #b8cace color hex is 0.11, 0.02, 0.00, 0.19. Web safe color of #b8cace is #cccccc. Color #b8cace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001010 11001110
Octal 270 312 316
Decimal 184 202 206
Hex B8 CA CE

RGB Percentages of Color #b8cace

%31.08
%34.12
%34.80

CMYK Percentages of Color #b8cace

%11
%2
%0
%19

Triadic Colors of #b8cace

#b8cace #ceb8ca #caceb8

Analogous Colors of #b8cace

#b8cace #b8bfce #b8cec7

Monochromatic Colors of #b8cace

#b8cace

Complementary Color

#b8cace #cebcb8

#b8cace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8cace Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8cace Color CSS Codes

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

#b8cace Text Font Color

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

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


#b8cace Background Color

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

This div background color is #b8cace


#b8cace Border Color

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

This div border color is #b8cace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8cace


Comments

No comments written yet.

Please login to write comment.