Color Hex Logo

#bdf8de Color Hex

#BDF8DE
(189,248,222)
0 Favorites   0 Comments

Color spaces of #bdf8de

RGB 189248222
HSL0.430.810.86
HSV154°24°97°
CMYK 0.240.000.10   0.03
XYZ67.738583.227581.6016
Yxy83.22750.29130.3579
Hunter Lab91.2291-27.113010.8273
CIE-Lab93.1139-23.70136.4604

#bdf8de color RGB value is (189,248,222).

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

The process color (four color CMYK) of #bdf8de color hex is 0.24, 0.00, 0.10, 0.03. Web safe color of #bdf8de is #ccffcc. Color #bdf8de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111000 11011110
Octal 275 370 336
Decimal 189 248 222
Hex BD F8 DE

RGB Percentages of Color #bdf8de

%28.68
%37.63
%33.69

CMYK Percentages of Color #bdf8de

%24
%0
%10
%3

Triadic Colors of #bdf8de

#bdf8de #debdf8 #f8debd

Analogous Colors of #bdf8de

#bdf8de #bdf5f8 #bdf8c1

Monochromatic Colors of #bdf8de

#bdf8de

Complementary Color

#bdf8de #f8bdd7

#bdf8de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf8de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf8de Color CSS Codes

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

#bdf8de Text Font Color

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

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


#bdf8de Background Color

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

This div background color is #bdf8de


#bdf8de Border Color

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

This div border color is #bdf8de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf8de


Comments

No comments written yet.

Please login to write comment.