Color Hex Logo

#bde4ce Color Hex

#BDE4CE
(189,228,206)
0 Favorites   0 Comments

Color spaces of #bde4ce

RGB 189228206
HSL0.410.420.82
HSV146°17°89°
CMYK 0.170.000.10   0.11
XYZ59.870270.761968.8954
Yxy70.76190.30010.3546
Hunter Lab84.1201-20.167610.3248
CIE-Lab87.3692-16.94846.5215

#bde4ce color RGB value is (189,228,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100100 11001110
Octal 275 344 316
Decimal 189 228 206
Hex BD E4 CE

RGB Percentages of Color #bde4ce

%30.34
%36.60
%33.07

CMYK Percentages of Color #bde4ce

%17
%0
%10
%11

Triadic Colors of #bde4ce

#bde4ce #cebde4 #e4cebd

Analogous Colors of #bde4ce

#bde4ce #bde4e2 #c0e4bd

Monochromatic Colors of #bde4ce

#bde4ce

Complementary Color

#bde4ce #e4bdd3

#bde4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde4ce Color CSS Codes

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

#bde4ce Text Font Color

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

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


#bde4ce Background Color

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

This div background color is #bde4ce


#bde4ce Border Color

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

This div border color is #bde4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde4ce


Comments

No comments written yet.

Please login to write comment.