Color Hex Logo

#b1cecc Color Hex

#B1CECC
(177,206,204)
0 Favorites   0 Comments

Color spaces of #b1cecc

RGB 177206204
HSL0.490.230.75
HSV176°14°81°
CMYK 0.140.000.01   0.19
XYZ51.101957.849465.5994
Yxy57.84940.29280.3314
Hunter Lab76.0588-13.17342.1046
CIE-Lab80.6550-10.0455-2.2717

#b1cecc color RGB value is (177,206,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001110 11001100
Octal 261 316 314
Decimal 177 206 204
Hex B1 CE CC

RGB Percentages of Color #b1cecc

%30.15
%35.09
%34.75

CMYK Percentages of Color #b1cecc

%14
%0
%1
%19

Triadic Colors of #b1cecc

#b1cecc #ccb1ce #ceccb1

Analogous Colors of #b1cecc

#b1cecc #b1c2ce #b1cebe

Monochromatic Colors of #b1cecc

#b1cecc

Complementary Color

#b1cecc #ceb1b3

#b1cecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1cecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1cecc Color CSS Codes

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

#b1cecc Text Font Color

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

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


#b1cecc Background Color

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

This div background color is #b1cecc


#b1cecc Border Color

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

This div border color is #b1cecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1cecc


Comments

No comments written yet.

Please login to write comment.