Color Hex Logo

#b7cdcb Color Hex

#B7CDCB
(183,205,203)
0 Favorites   0 Comments

Color spaces of #b7cdcb

RGB 183205203
HSL0.480.180.76
HSV175°11°80°
CMYK 0.110.000.01   0.20
XYZ52.139358.041764.9551
Yxy58.04170.29770.3314
Hunter Lab76.1851-11.16272.7792
CIE-Lab80.7620-7.7738-1.5324

#b7cdcb color RGB value is (183,205,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11001101 11001011
Octal 267 315 313
Decimal 183 205 203
Hex B7 CD CB

RGB Percentages of Color #b7cdcb

%30.96
%34.69
%34.35

CMYK Percentages of Color #b7cdcb

%11
%0
%1
%20

Triadic Colors of #b7cdcb

#b7cdcb #cbb7cd #cdcbb7

Analogous Colors of #b7cdcb

#b7cdcb #b7c4cd #b7cdc0

Monochromatic Colors of #b7cdcb

#b7cdcb

Complementary Color

#b7cdcb #cdb7b9

#b7cdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7cdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7cdcb Color CSS Codes

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

#b7cdcb Text Font Color

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

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


#b7cdcb Background Color

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

This div background color is #b7cdcb


#b7cdcb Border Color

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

This div border color is #b7cdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7cdcb


Comments

No comments written yet.

Please login to write comment.