Color Hex Logo

#bde9d4 Color Hex

#BDE9D4
(189,233,212)
0 Favorites   0 Comments

Color spaces of #bde9d4

RGB 189233212
HSL0.420.500.83
HSV151°19°91°
CMYK 0.190.000.09   0.09
XYZ62.008873.850173.2736
Yxy73.85010.29650.3531
Hunter Lab85.9361-21.58819.6015
CIE-Lab88.8516-18.29425.5147

#bde9d4 color RGB value is (189,233,212).

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

The process color (four color CMYK) of #bde9d4 color hex is 0.19, 0.00, 0.09, 0.09. Web safe color of #bde9d4 is #ccffcc. Color #bde9d4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101001 11010100
Octal 275 351 324
Decimal 189 233 212
Hex BD E9 D4

RGB Percentages of Color #bde9d4

%29.81
%36.75
%33.44

CMYK Percentages of Color #bde9d4

%19
%0
%9
%9

Triadic Colors of #bde9d4

#bde9d4 #d4bde9 #e9d4bd

Analogous Colors of #bde9d4

#bde9d4 #bde8e9 #bde9be

Monochromatic Colors of #bde9d4

#bde9d4

Complementary Color

#bde9d4 #e9bdd2

#bde9d4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde9d4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde9d4 Color CSS Codes

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

#bde9d4 Text Font Color

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

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


#bde9d4 Background Color

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

This div background color is #bde9d4


#bde9d4 Border Color

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

This div border color is #bde9d4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde9d4


Comments

No comments written yet.

Please login to write comment.