Color Hex Logo

#b1cfcc Color Hex

#B1CFCC
(177,207,204)
0 Favorites   0 Comments

Color spaces of #b1cfcc

RGB 177207204
HSL0.480.240.75
HSV174°14°81°
CMYK 0.140.000.01   0.19
XYZ51.343458.332465.6799
Yxy58.33240.29280.3327
Hunter Lab76.3757-13.66112.4760
CIE-Lab80.9232-10.5623-1.8783

#b1cfcc color RGB value is (177,207,204).

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

The process color (four color CMYK) of #b1cfcc color hex is 0.14, 0.00, 0.01, 0.19. Web safe color of #b1cfcc is #99cccc. Color #b1cfcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001111 11001100
Octal 261 317 314
Decimal 177 207 204
Hex B1 CF CC

RGB Percentages of Color #b1cfcc

%30.10
%35.20
%34.69

CMYK Percentages of Color #b1cfcc

%14
%0
%1
%19

Triadic Colors of #b1cfcc

#b1cfcc #ccb1cf #cfccb1

Analogous Colors of #b1cfcc

#b1cfcc #b1c3cf #b1cfbd

Monochromatic Colors of #b1cfcc

#b1cfcc

Complementary Color

#b1cfcc #cfb1b4

#b1cfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1cfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1cfcc Color CSS Codes

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

#b1cfcc Text Font Color

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

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


#b1cfcc Background Color

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

This div background color is #b1cfcc


#b1cfcc Border Color

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

This div border color is #b1cfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1cfcc


Comments

No comments written yet.

Please login to write comment.