Color Hex Logo

#b7dfcb Color Hex

#B7DFCB
(183,223,203)
0 Favorites   0 Comments

Color spaces of #b7dfcb

RGB 183223203
HSL0.420.380.80
HSV150°18°87°
CMYK 0.180.000.09   0.13
XYZ56.695667.154466.4738
Yxy67.15440.29790.3528
Hunter Lab81.9478-19.91349.2690
CIE-Lab85.5819-16.95795.4757

#b7dfcb color RGB value is (183,223,203).

#b7dfcb hex color red value is 183, green value is 223 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b7dfcb hue: 0.42 , saturation: 0.38 and the lightness value of b7dfcb is 0.80.

The process color (four color CMYK) of #b7dfcb color hex is 0.18, 0.00, 0.09, 0.13. Web safe color of #b7dfcb is #cccccc. Color #b7dfcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011111 11001011
Octal 267 337 313
Decimal 183 223 203
Hex B7 DF CB

RGB Percentages of Color #b7dfcb

%30.05
%36.62
%33.33

CMYK Percentages of Color #b7dfcb

%18
%0
%9
%13

Triadic Colors of #b7dfcb

#b7dfcb #cbb7df #dfcbb7

Analogous Colors of #b7dfcb

#b7dfcb #b7dfdf #b7dfb7

Monochromatic Colors of #b7dfcb

#b7dfcb

Complementary Color

#b7dfcb #dfb7cb

#b7dfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7dfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7dfcb Color CSS Codes

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

#b7dfcb Text Font Color

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

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


#b7dfcb Background Color

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

This div background color is #b7dfcb


#b7dfcb Border Color

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

This div border color is #b7dfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7dfcb


Comments

No comments written yet.

Please login to write comment.