Color Hex Logo

#bdf9de Color Hex

#BDF9DE
(189,249,222)
0 Favorites   0 Comments

Color spaces of #bdf9de

RGB 189249222
HSL0.430.830.86
HSV153°24°98°
CMYK 0.240.000.11   0.02
XYZ68.046883.844181.7043
Yxy83.84410.29130.3589
Hunter Lab91.5664-27.590511.1923
CIE-Lab93.3827-24.18336.8477

#bdf9de color RGB value is (189,249,222).

#bdf9de hex color red value is 189, green value is 249 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bdf9de hue: 0.43 , saturation: 0.83 and the lightness value of bdf9de is 0.86.

The process color (four color CMYK) of #bdf9de color hex is 0.24, 0.00, 0.11, 0.02. Web safe color of #bdf9de is #ccffcc. Color #bdf9de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 11011110
Octal 275 371 336
Decimal 189 249 222
Hex BD F9 DE

RGB Percentages of Color #bdf9de

%28.64
%37.73
%33.64

CMYK Percentages of Color #bdf9de

%24
%0
%11
%2

Triadic Colors of #bdf9de

#bdf9de #debdf9 #f9debd

Analogous Colors of #bdf9de

#bdf9de #bdf6f9 #bdf9c0

Monochromatic Colors of #bdf9de

#bdf9de

Complementary Color

#bdf9de #f9bdd8

#bdf9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf9de Color CSS Codes

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

#bdf9de Text Font Color

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

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


#bdf9de Background Color

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

This div background color is #bdf9de


#bdf9de Border Color

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

This div border color is #bdf9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf9de


Comments

No comments written yet.

Please login to write comment.