Color Hex Logo

#bdebdc Color Hex

#BDEBDC
(189,235,220)
0 Favorites   0 Comments

Color spaces of #bdebdc

RGB 189235220
HSL0.450.530.83
HSV160°20°92°
CMYK 0.200.000.06   0.08
XYZ63.612975.402878.9116
Yxy75.40280.29190.3460
Hunter Lab86.8348-21.19646.9042
CIE-Lab89.5813-17.73212.3883

#bdebdc color RGB value is (189,235,220).

#bdebdc hex color red value is 189, green value is 235 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bdebdc hue: 0.45 , saturation: 0.53 and the lightness value of bdebdc is 0.83.

The process color (four color CMYK) of #bdebdc color hex is 0.20, 0.00, 0.06, 0.08. Web safe color of #bdebdc is #ccffcc. Color #bdebdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 11011100
Octal 275 353 334
Decimal 189 235 220
Hex BD EB DC

RGB Percentages of Color #bdebdc

%29.35
%36.49
%34.16

CMYK Percentages of Color #bdebdc

%20
%0
%6
%8

Triadic Colors of #bdebdc

#bdebdc #dcbdeb #ebdcbd

Analogous Colors of #bdebdc

#bdebdc #bde3eb #bdebc5

Monochromatic Colors of #bdebdc

#bdebdc

Complementary Color

#bdebdc #ebbdcc

#bdebdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdebdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdebdc Color CSS Codes

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

#bdebdc Text Font Color

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

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


#bdebdc Background Color

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

This div background color is #bdebdc


#bdebdc Border Color

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

This div border color is #bdebdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,235,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdebdc


Comments

No comments written yet.

Please login to write comment.