Color Hex Logo

#bdf1dd Color Hex

#BDF1DD
(189,241,221)
1 Favorites   0 Comments

Color spaces of #bdf1dd

RGB 189241221
HSL0.440.650.84
HSV157°22°95°
CMYK 0.220.000.08   0.05
XYZ65.492778.949980.1936
Yxy78.94990.29160.3515
Hunter Lab88.8538-23.92458.6863
CIE-Lab91.2116-20.49284.2315

#bdf1dd color RGB value is (189,241,221).

#bdf1dd hex color red value is 189, green value is 241 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bdf1dd hue: 0.44 , saturation: 0.65 and the lightness value of bdf1dd is 0.84.

The process color (four color CMYK) of #bdf1dd color hex is 0.22, 0.00, 0.08, 0.05. Web safe color of #bdf1dd is #ccffcc. Color #bdf1dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110001 11011101
Octal 275 361 335
Decimal 189 241 221
Hex BD F1 DD

RGB Percentages of Color #bdf1dd

%29.03
%37.02
%33.95

CMYK Percentages of Color #bdf1dd

%22
%0
%8
%5

Triadic Colors of #bdf1dd

#bdf1dd #ddbdf1 #f1ddbd

Analogous Colors of #bdf1dd

#bdf1dd #bdebf1 #bdf1c3

Monochromatic Colors of #bdf1dd

#bdf1dd

Complementary Color

#bdf1dd #f1bdd1

#bdf1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf1dd Color CSS Codes

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

#bdf1dd Text Font Color

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

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


#bdf1dd Background Color

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

This div background color is #bdf1dd


#bdf1dd Border Color

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

This div border color is #bdf1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf1dd

#bdf1dd Color Palettes


Comments

No comments written yet.

Please login to write comment.