Color Hex Logo

#bdf0dd Color Hex

#BDF0DD
(189,240,221)
0 Favorites   0 Comments

Color spaces of #bdf0dd

RGB 189240221
HSL0.440.630.84
HSV158°21°94°
CMYK 0.210.000.08   0.06
XYZ65.197578.359580.0952
Yxy78.35950.29150.3504
Hunter Lab88.5209-23.44268.3180
CIE-Lab90.9437-20.00253.8435

#bdf0dd color RGB value is (189,240,221).

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

The process color (four color CMYK) of #bdf0dd color hex is 0.21, 0.00, 0.08, 0.06. Web safe color of #bdf0dd is #ccffcc. Color #bdf0dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110000 11011101
Octal 275 360 335
Decimal 189 240 221
Hex BD F0 DD

RGB Percentages of Color #bdf0dd

%29.08
%36.92
%34.00

CMYK Percentages of Color #bdf0dd

%21
%0
%8
%6

Triadic Colors of #bdf0dd

#bdf0dd #ddbdf0 #f0ddbd

Analogous Colors of #bdf0dd

#bdf0dd #bdeaf0 #bdf0c4

Monochromatic Colors of #bdf0dd

#bdf0dd

Complementary Color

#bdf0dd #f0bdd0

#bdf0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf0dd Color CSS Codes

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

#bdf0dd Text Font Color

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

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


#bdf0dd Background Color

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

This div background color is #bdf0dd


#bdf0dd Border Color

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

This div border color is #bdf0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf0dd

#bdf0dd Color Palettes


Comments

No comments written yet.

Please login to write comment.