Color Hex Logo

#bdf2dc Color Hex

#BDF2DC
(189,242,220)
0 Favorites   0 Comments

Color spaces of #bdf2dc

RGB 189242220
HSL0.430.670.85
HSV155°22°95°
CMYK 0.220.000.09   0.05
XYZ65.656779.490479.5929
Yxy79.49040.29210.3537
Hunter Lab89.1574-24.57569.4806
CIE-Lab91.4557-21.17675.1045

#bdf2dc color RGB value is (189,242,220).

#bdf2dc hex color red value is 189, green value is 242 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bdf2dc hue: 0.43 , saturation: 0.67 and the lightness value of bdf2dc is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110010 11011100
Octal 275 362 334
Decimal 189 242 220
Hex BD F2 DC

RGB Percentages of Color #bdf2dc

%29.03
%37.17
%33.79

CMYK Percentages of Color #bdf2dc

%22
%0
%9
%5

Triadic Colors of #bdf2dc

#bdf2dc #dcbdf2 #f2dcbd

Analogous Colors of #bdf2dc

#bdf2dc #bdeef2 #bdf2c2

Monochromatic Colors of #bdf2dc

#bdf2dc

Complementary Color

#bdf2dc #f2bdd3

#bdf2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf2dc Color CSS Codes

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

#bdf2dc Text Font Color

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

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


#bdf2dc Background Color

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

This div background color is #bdf2dc


#bdf2dc Border Color

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

This div border color is #bdf2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf2dc


Comments

No comments written yet.

Please login to write comment.