Color Hex Logo

#bdfedc Color Hex

#BDFEDC
(189,254,220)
0 Favorites   0 Comments

Color spaces of #bdfedc

RGB 189254220
HSL0.410.970.87
HSV149°26°100°
CMYK 0.260.000.13   0.00
XYZ69.346386.869780.8227
Yxy86.86970.29260.3665
Hunter Lab93.2039-30.297913.8288
CIE-Lab94.6830-26.95839.7455

#bdfedc color RGB value is (189,254,220).

#bdfedc hex color red value is 189, green value is 254 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bdfedc hue: 0.41 , saturation: 0.97 and the lightness value of bdfedc is 0.87.

The process color (four color CMYK) of #bdfedc color hex is 0.26, 0.00, 0.13, 0.00. Web safe color of #bdfedc is #ccffcc. Color #bdfedc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 11011100
Octal 275 376 334
Decimal 189 254 220
Hex BD FE DC

RGB Percentages of Color #bdfedc

%28.51
%38.31
%33.18

CMYK Percentages of Color #bdfedc

%26
%0
%13
%0

Triadic Colors of #bdfedc

#bdfedc #dcbdfe #fedcbd

Analogous Colors of #bdfedc

#bdfedc #bdfefd #bffebd

Monochromatic Colors of #bdfedc

#bdfedc

Complementary Color

#bdfedc #febddf

#bdfedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfedc Color CSS Codes

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

#bdfedc Text Font Color

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

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


#bdfedc Background Color

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

This div background color is #bdfedc


#bdfedc Border Color

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

This div border color is #bdfedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfedc


Comments

No comments written yet.

Please login to write comment.