Color Hex Logo

#bdfbdc Color Hex

#BDFBDC
(189,251,220)
0 Favorites   0 Comments

Color spaces of #bdfbdc

RGB 189251220
HSL0.420.890.86
HSV150°25°98°
CMYK 0.250.000.12   0.02
XYZ68.401784.980580.5079
Yxy84.98050.29250.3633
Hunter Lab92.1849-28.875512.7496
CIE-Lab93.8747-25.52768.5874

#bdfbdc color RGB value is (189,251,220).

#bdfbdc hex color red value is 189, green value is 251 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bdfbdc hue: 0.42 , saturation: 0.89 and the lightness value of bdfbdc is 0.86.

The process color (four color CMYK) of #bdfbdc color hex is 0.25, 0.00, 0.12, 0.02. Web safe color of #bdfbdc is #ccffcc. Color #bdfbdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111011 11011100
Octal 275 373 334
Decimal 189 251 220
Hex BD FB DC

RGB Percentages of Color #bdfbdc

%28.64
%38.03
%33.33

CMYK Percentages of Color #bdfbdc

%25
%0
%12
%2

Triadic Colors of #bdfbdc

#bdfbdc #dcbdfb #fbdcbd

Analogous Colors of #bdfbdc

#bdfbdc #bdfbfb #bdfbbd

Monochromatic Colors of #bdfbdc

#bdfbdc

Complementary Color

#bdfbdc #fbbddc

#bdfbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfbdc Color CSS Codes

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

#bdfbdc Text Font Color

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

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


#bdfbdc Background Color

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

This div background color is #bdfbdc


#bdfbdc Border Color

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

This div border color is #bdfbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfbdc


Comments

No comments written yet.

Please login to write comment.