Color Hex Logo

#b8ceba Color Hex

#B8CEBA
(184,206,186)
0 Favorites   0 Comments

Color spaces of #b8ceba

RGB 184206186
HSL0.350.180.76
HSV125°11°81°
CMYK 0.110.000.10   0.19
XYZ50.701457.878154.9537
Yxy57.87810.31000.3539
Hunter Lab76.0777-14.175910.4270
CIE-Lab80.6710-11.17937.4377

#b8ceba color RGB value is (184,206,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001110 10111010
Octal 270 316 272
Decimal 184 206 186
Hex B8 CE BA

RGB Percentages of Color #b8ceba

%31.94
%35.76
%32.29

CMYK Percentages of Color #b8ceba

%11
%0
%10
%19

Triadic Colors of #b8ceba

#b8ceba #bab8ce #cebab8

Analogous Colors of #b8ceba

#b8ceba #b8cec5 #c1ceb8

Monochromatic Colors of #b8ceba

#b8ceba

Complementary Color

#b8ceba #ceb8cc

#b8ceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8ceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8ceba Color CSS Codes

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

#b8ceba Text Font Color

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

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


#b8ceba Background Color

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

This div background color is #b8ceba


#b8ceba Border Color

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

This div border color is #b8ceba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8ceba


Comments

No comments written yet.

Please login to write comment.