Color Hex Logo

#bddfcb Color Hex

#BDDFCB
(189,223,203)
0 Favorites   0 Comments

Color spaces of #bddfcb

RGB 189223203
HSL0.400.350.81
HSV145°15°87°
CMYK 0.150.000.09   0.13
XYZ58.153467.906066.5421
Yxy67.90600.30190.3526
Hunter Lab82.4051-18.24129.8069
CIE-Lab85.9594-15.00846.0685

#bddfcb color RGB value is (189,223,203).

#bddfcb hex color red value is 189, green value is 223 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bddfcb hue: 0.40 , saturation: 0.35 and the lightness value of bddfcb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 11001011
Octal 275 337 313
Decimal 189 223 203
Hex BD DF CB

RGB Percentages of Color #bddfcb

%30.73
%36.26
%33.01

CMYK Percentages of Color #bddfcb

%15
%0
%9
%13

Triadic Colors of #bddfcb

#bddfcb #cbbddf #dfcbbd

Analogous Colors of #bddfcb

#bddfcb #bddfdc #c0dfbd

Monochromatic Colors of #bddfcb

#bddfcb

Complementary Color

#bddfcb #dfbdd1

#bddfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddfcb Color CSS Codes

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

#bddfcb Text Font Color

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

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


#bddfcb Background Color

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

This div background color is #bddfcb


#bddfcb Border Color

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

This div border color is #bddfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddfcb


Comments

No comments written yet.

Please login to write comment.