Color Hex Logo

#bddecb Color Hex

#BDDECB
(189,222,203)
0 Favorites   0 Comments

Color spaces of #bddecb

RGB 189222203
HSL0.400.330.81
HSV145°15°87°
CMYK 0.150.000.09   0.13
XYZ57.887067.373266.4533
Yxy67.37320.30190.3514
Hunter Lab82.0812-17.75669.4554
CIE-Lab85.6921-14.50515.6831

#bddecb color RGB value is (189,222,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 11001011
Octal 275 336 313
Decimal 189 222 203
Hex BD DE CB

RGB Percentages of Color #bddecb

%30.78
%36.16
%33.06

CMYK Percentages of Color #bddecb

%15
%0
%9
%13

Triadic Colors of #bddecb

#bddecb #cbbdde #decbbd

Analogous Colors of #bddecb

#bddecb #bddedc #c0debd

Monochromatic Colors of #bddecb

#bddecb

Complementary Color

#bddecb #debdd0

#bddecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddecb Color CSS Codes

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

#bddecb Text Font Color

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

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


#bddecb Background Color

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

This div background color is #bddecb


#bddecb Border Color

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

This div border color is #bddecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddecb


Comments

No comments written yet.

Please login to write comment.