Color Hex Logo

#b5cfcb Color Hex

#B5CFCB
(181,207,203)
0 Favorites   0 Comments

Color spaces of #b5cfcb

RGB 181207203
HSL0.470.210.76
HSV171°13°81°
CMYK 0.130.000.02   0.19
XYZ52.148458.761265.0934
Yxy58.76120.29630.3339
Hunter Lab76.6559-12.71553.3122
CIE-Lab81.1602-9.4663-0.9653

#b5cfcb color RGB value is (181,207,203).

#b5cfcb hex color red value is 181, green value is 207 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b5cfcb hue: 0.47 , saturation: 0.21 and the lightness value of b5cfcb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001111 11001011
Octal 265 317 313
Decimal 181 207 203
Hex B5 CF CB

RGB Percentages of Color #b5cfcb

%30.63
%35.03
%34.35

CMYK Percentages of Color #b5cfcb

%13
%0
%2
%19

Triadic Colors of #b5cfcb

#b5cfcb #cbb5cf #cfcbb5

Analogous Colors of #b5cfcb

#b5cfcb #b5c6cf #b5cfbe

Monochromatic Colors of #b5cfcb

#b5cfcb

Complementary Color

#b5cfcb #cfb5b9

#b5cfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cfcb Color CSS Codes

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

#b5cfcb Text Font Color

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

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


#b5cfcb Background Color

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

This div background color is #b5cfcb


#b5cfcb Border Color

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

This div border color is #b5cfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cfcb


Comments

No comments written yet.

Please login to write comment.