Color Hex Logo

#bde1dc Color Hex

#BDE1DC
(189,225,220)
0 Favorites   0 Comments

Color spaces of #bde1dc

RGB 189225220
HSL0.480.380.81
HSV172°16°88°
CMYK 0.160.000.02   0.12
XYZ60.829769.836677.9839
Yxy69.83660.29150.3347
Hunter Lab83.5683-16.31363.1698
CIE-Lab86.9167-12.7203-1.4992

#bde1dc color RGB value is (189,225,220).

#bde1dc hex color red value is 189, green value is 225 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bde1dc hue: 0.48 , saturation: 0.38 and the lightness value of bde1dc is 0.81.

The process color (four color CMYK) of #bde1dc color hex is 0.16, 0.00, 0.02, 0.12. Web safe color of #bde1dc is #cccccc. Color #bde1dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100001 11011100
Octal 275 341 334
Decimal 189 225 220
Hex BD E1 DC

RGB Percentages of Color #bde1dc

%29.81
%35.49
%34.70

CMYK Percentages of Color #bde1dc

%16
%0
%2
%12

Triadic Colors of #bde1dc

#bde1dc #dcbde1 #e1dcbd

Analogous Colors of #bde1dc

#bde1dc #bdd4e1 #bde1ca

Monochromatic Colors of #bde1dc

#bde1dc

Complementary Color

#bde1dc #e1bdc2

#bde1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde1dc Color CSS Codes

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

#bde1dc Text Font Color

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

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


#bde1dc Background Color

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

This div background color is #bde1dc


#bde1dc Border Color

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

This div border color is #bde1dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,225,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 #bde1dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde1dc

#bde1dc Color Palettes


Comments

No comments written yet.

Please login to write comment.