Color Hex Logo

#bdebcd Color Hex

#BDEBCD
(189,235,205)
0 Favorites   0 Comments

Color spaces of #bdebcd

RGB 189235205
HSL0.390.530.83
HSV141°20°92°
CMYK 0.200.000.13   0.08
XYZ61.714074.643368.9125
Yxy74.64330.30060.3636
Hunter Lab86.3964-23.688813.1858
CIE-Lab89.2256-20.59489.7081

#bdebcd color RGB value is (189,235,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 11001101
Octal 275 353 315
Decimal 189 235 205
Hex BD EB CD

RGB Percentages of Color #bdebcd

%30.05
%37.36
%32.59

CMYK Percentages of Color #bdebcd

%20
%0
%13
%8

Triadic Colors of #bdebcd

#bdebcd #cdbdeb #ebcdbd

Analogous Colors of #bdebcd

#bdebcd #bdebe4 #c4ebbd

Monochromatic Colors of #bdebcd

#bdebcd

Complementary Color

#bdebcd #ebbddb

#bdebcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdebcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdebcd Color CSS Codes

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

#bdebcd Text Font Color

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

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


#bdebcd Background Color

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

This div background color is #bdebcd


#bdebcd Border Color

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

This div border color is #bdebcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdebcd


Comments

No comments written yet.

Please login to write comment.