Color Hex Logo

#bdf9ed Color Hex

#BDF9ED
(189,249,237)
0 Favorites   0 Comments

Color spaces of #bdf9ed

RGB 189249237
HSL0.470.830.86
HSV168°24°98°
CMYK 0.240.000.05   0.02
XYZ70.148084.684692.7693
Yxy84.68460.28330.3420
Hunter Lab92.0242-24.97594.6469
CIE-Lab93.7470-21.1962-0.3838

#bdf9ed color RGB value is (189,249,237).

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

The process color (four color CMYK) of #bdf9ed color hex is 0.24, 0.00, 0.05, 0.02. Web safe color of #bdf9ed is #ccffff. Color #bdf9ed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 11101101
Octal 275 371 355
Decimal 189 249 237
Hex BD F9 ED

RGB Percentages of Color #bdf9ed

%28.00
%36.89
%35.11

CMYK Percentages of Color #bdf9ed

%24
%0
%5
%2

Triadic Colors of #bdf9ed

#bdf9ed #edbdf9 #f9edbd

Analogous Colors of #bdf9ed

#bdf9ed #bde7f9 #bdf9cf

Monochromatic Colors of #bdf9ed

#bdf9ed

Complementary Color

#bdf9ed #f9bdc9

#bdf9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf9ed Color CSS Codes

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

#bdf9ed Text Font Color

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

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


#bdf9ed Background Color

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

This div background color is #bdf9ed


#bdf9ed Border Color

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

This div border color is #bdf9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf9ed


Comments

No comments written yet.

Please login to write comment.