Color Hex Logo

#b3cfcb Color Hex

#B3CFCB
(179,207,203)
0 Favorites   0 Comments

Color spaces of #b3cfcb

RGB 179207203
HSL0.480.230.76
HSV171°14°81°
CMYK 0.140.000.02   0.19
XYZ51.682758.521165.0717
Yxy58.52110.29490.3339
Hunter Lab76.4991-13.27903.1161
CIE-Lab81.0276-10.1173-1.1751

#b3cfcb color RGB value is (179,207,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001111 11001011
Octal 263 317 313
Decimal 179 207 203
Hex B3 CF CB

RGB Percentages of Color #b3cfcb

%30.39
%35.14
%34.47

CMYK Percentages of Color #b3cfcb

%14
%0
%2
%19

Triadic Colors of #b3cfcb

#b3cfcb #cbb3cf #cfcbb3

Analogous Colors of #b3cfcb

#b3cfcb #b3c5cf #b3cfbd

Monochromatic Colors of #b3cfcb

#b3cfcb

Complementary Color

#b3cfcb #cfb3b7

#b3cfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3cfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3cfcb Color CSS Codes

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

#b3cfcb Text Font Color

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

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


#b3cfcb Background Color

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

This div background color is #b3cfcb


#b3cfcb Border Color

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

This div border color is #b3cfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3cfcb


Comments

No comments written yet.

Please login to write comment.