Color Hex Logo

#bdebd4 Color Hex

#BDEBD4
(189,235,212)
0 Favorites   0 Comments

Color spaces of #bdebd4

RGB 189235212
HSL0.420.530.83
HSV150°20°92°
CMYK 0.200.000.10   0.08
XYZ62.578374.988973.4634
Yxy74.98890.29650.3553
Hunter Lab86.5961-22.551010.3189
CIE-Lab89.3878-19.28196.2880

#bdebd4 color RGB value is (189,235,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 11010100
Octal 275 353 324
Decimal 189 235 212
Hex BD EB D4

RGB Percentages of Color #bdebd4

%29.72
%36.95
%33.33

CMYK Percentages of Color #bdebd4

%20
%0
%10
%8

Triadic Colors of #bdebd4

#bdebd4 #d4bdeb #ebd4bd

Analogous Colors of #bdebd4

#bdebd4 #bdebeb #bdebbd

Monochromatic Colors of #bdebd4

#bdebd4

Complementary Color

#bdebd4 #ebbdd4

#bdebd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdebd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdebd4 Color CSS Codes

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

#bdebd4 Text Font Color

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

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


#bdebd4 Background Color

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

This div background color is #bdebd4


#bdebd4 Border Color

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

This div border color is #bdebd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdebd4


Comments

No comments written yet.

Please login to write comment.