Color Hex Logo

#b8cfb0 Color Hex

#B8CFB0
(184,207,176)
0 Favorites   0 Comments

Color spaces of #b8cfb0

RGB 184207176
HSL0.290.240.75
HSV105°15°81°
CMYK 0.110.000.15   0.19
XYZ49.916557.950649.6290
Yxy57.95060.31690.3679
Hunter Lab76.1253-16.174114.6343
CIE-Lab80.7113-13.456612.8260

#b8cfb0 color RGB value is (184,207,176).

#b8cfb0 hex color red value is 184, green value is 207 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #b8cfb0 hue: 0.29 , saturation: 0.24 and the lightness value of b8cfb0 is 0.75.

The process color (four color CMYK) of #b8cfb0 color hex is 0.11, 0.00, 0.15, 0.19. Web safe color of #b8cfb0 is #cccc99. Color #b8cfb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001111 10110000
Octal 270 317 260
Decimal 184 207 176
Hex B8 CF B0

RGB Percentages of Color #b8cfb0

%32.45
%36.51
%31.04

CMYK Percentages of Color #b8cfb0

%11
%0
%15
%19

Triadic Colors of #b8cfb0

#b8cfb0 #b0b8cf #cfb0b8

Analogous Colors of #b8cfb0

#b8cfb0 #b0cfb8 #c8cfb0

Monochromatic Colors of #b8cfb0

#b8cfb0

Complementary Color

#b8cfb0 #c7b0cf

#b8cfb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8cfb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8cfb0 Color CSS Codes

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

#b8cfb0 Text Font Color

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

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


#b8cfb0 Background Color

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

This div background color is #b8cfb0


#b8cfb0 Border Color

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

This div border color is #b8cfb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8cfb0


Comments

No comments written yet.

Please login to write comment.