Color Hex Logo

#b7ccca Color Hex

#B7CCCA
(183,204,202)
0 Favorites   0 Comments

Color spaces of #b7ccca

RGB 183204202
HSL0.480.170.76
HSV174°10°80°
CMYK 0.100.000.01   0.20
XYZ51.782057.517364.2499
Yxy57.51730.29840.3314
Hunter Lab75.8402-10.84442.8591
CIE-Lab80.4697-7.4510-1.4249

#b7ccca color RGB value is (183,204,202).

#b7ccca hex color red value is 183, green value is 204 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b7ccca hue: 0.48 , saturation: 0.17 and the lightness value of b7ccca is 0.76.

The process color (four color CMYK) of #b7ccca color hex is 0.10, 0.00, 0.01, 0.20. Web safe color of #b7ccca is #cccccc. Color #b7ccca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11001100 11001010
Octal 267 314 312
Decimal 183 204 202
Hex B7 CC CA

RGB Percentages of Color #b7ccca

%31.07
%34.63
%34.30

CMYK Percentages of Color #b7ccca

%10
%0
%1
%20

Triadic Colors of #b7ccca

#b7ccca #cab7cc #cccab7

Analogous Colors of #b7ccca

#b7ccca #b7c4cc #b7ccc0

Monochromatic Colors of #b7ccca

#b7ccca

Complementary Color

#b7ccca #ccb7b9

#b7ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7ccca Color CSS Codes

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

#b7ccca Text Font Color

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

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


#b7ccca Background Color

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

This div background color is #b7ccca


#b7ccca Border Color

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

This div border color is #b7ccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7ccca

#b7ccca Color Palettes


Comments

No comments written yet.

Please login to write comment.