Color Hex Logo

#bdebd0 Color Hex

#BDEBD0
(189,235,208)
0 Favorites   0 Comments

Color spaces of #bdebd0

RGB 189235208
HSL0.400.530.83
HSV145°20°92°
CMYK 0.200.000.11   0.08
XYZ62.079874.789570.8384
Yxy74.78950.29890.3601
Hunter Lab86.4809-23.206511.9709
CIE-Lab89.2943-20.03708.2415

#bdebd0 color RGB value is (189,235,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 11010000
Octal 275 353 320
Decimal 189 235 208
Hex BD EB D0

RGB Percentages of Color #bdebd0

%29.91
%37.18
%32.91

CMYK Percentages of Color #bdebd0

%20
%0
%11
%8

Triadic Colors of #bdebd0

#bdebd0 #d0bdeb #ebd0bd

Analogous Colors of #bdebd0

#bdebd0 #bdebe7 #c1ebbd

Monochromatic Colors of #bdebd0

#bdebd0

Complementary Color

#bdebd0 #ebbdd8

#bdebd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdebd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdebd0 Color CSS Codes

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

#bdebd0 Text Font Color

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

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


#bdebd0 Background Color

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

This div background color is #bdebd0


#bdebd0 Border Color

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

This div border color is #bdebd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdebd0


Comments

No comments written yet.

Please login to write comment.