Color Hex Logo

#b9ceba Color Hex

#B9CEBA
(185,206,186)
0 Favorites   0 Comments

Color spaces of #b9ceba

RGB 185206186
HSL0.340.180.77
HSV123°10°81°
CMYK 0.100.000.10   0.19
XYZ50.941858.002154.9650
Yxy58.00210.31080.3539
Hunter Lab76.1591-13.882210.5210
CIE-Lab80.7400-10.83687.5457

#b9ceba color RGB value is (185,206,186).

#b9ceba hex color red value is 185, green value is 206 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b9ceba hue: 0.34 , saturation: 0.18 and the lightness value of b9ceba is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001110 10111010
Octal 271 316 272
Decimal 185 206 186
Hex B9 CE BA

RGB Percentages of Color #b9ceba

%32.06
%35.70
%32.24

CMYK Percentages of Color #b9ceba

%10
%0
%10
%19

Triadic Colors of #b9ceba

#b9ceba #bab9ce #cebab9

Analogous Colors of #b9ceba

#b9ceba #b9cec5 #c3ceb9

Monochromatic Colors of #b9ceba

#b9ceba

Complementary Color

#b9ceba #ceb9cd

#b9ceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ceba Color CSS Codes

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

#b9ceba Text Font Color

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

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


#b9ceba Background Color

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

This div background color is #b9ceba


#b9ceba Border Color

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

This div border color is #b9ceba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ceba


Comments

No comments written yet.

Please login to write comment.