Color Hex Logo

#bde4dd Color Hex

#BDE4DD
(189,228,221)
0 Favorites   0 Comments

Color spaces of #bde4dd

RGB 189228221
HSL0.470.420.82
HSV169°17°89°
CMYK 0.170.000.03   0.11
XYZ61.780871.526178.9563
Yxy71.52610.29110.3370
Hunter Lab84.5731-17.60843.8488
CIE-Lab87.7400-14.0350-0.8204

#bde4dd color RGB value is (189,228,221).

#bde4dd hex color red value is 189, green value is 228 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bde4dd hue: 0.47 , saturation: 0.42 and the lightness value of bde4dd is 0.82.

The process color (four color CMYK) of #bde4dd color hex is 0.17, 0.00, 0.03, 0.11. Web safe color of #bde4dd is #cccccc. Color #bde4dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100100 11011101
Octal 275 344 335
Decimal 189 228 221
Hex BD E4 DD

RGB Percentages of Color #bde4dd

%29.62
%35.74
%34.64

CMYK Percentages of Color #bde4dd

%17
%0
%3
%11

Triadic Colors of #bde4dd

#bde4dd #ddbde4 #e4ddbd

Analogous Colors of #bde4dd

#bde4dd #bdd8e4 #bde4ca

Monochromatic Colors of #bde4dd

#bde4dd

Complementary Color

#bde4dd #e4bdc4

#bde4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde4dd Color CSS Codes

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

#bde4dd Text Font Color

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

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


#bde4dd Background Color

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

This div background color is #bde4dd


#bde4dd Border Color

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

This div border color is #bde4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde4dd

#bde4dd Color Palettes


Comments

No comments written yet.

Please login to write comment.