Color Hex Logo

#bdeadc Color Hex

#BDEADC
(189,234,220)
0 Favorites   0 Comments

Color spaces of #bdeadc

RGB 189234220
HSL0.450.520.83
HSV161°19°92°
CMYK 0.190.000.06   0.08
XYZ63.327474.831878.8164
Yxy74.83180.29190.3449
Hunter Lab86.5054-20.71116.5337
CIE-Lab89.3141-17.23571.9999

#bdeadc color RGB value is (189,234,220).

#bdeadc hex color red value is 189, green value is 234 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bdeadc hue: 0.45 , saturation: 0.52 and the lightness value of bdeadc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 11011100
Octal 275 352 334
Decimal 189 234 220
Hex BD EA DC

RGB Percentages of Color #bdeadc

%29.39
%36.39
%34.21

CMYK Percentages of Color #bdeadc

%19
%0
%6
%8

Triadic Colors of #bdeadc

#bdeadc #dcbdea #eadcbd

Analogous Colors of #bdeadc

#bdeadc #bde2ea #bdeac6

Monochromatic Colors of #bdeadc

#bdeadc

Complementary Color

#bdeadc #eabdcb

#bdeadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeadc Color CSS Codes

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

#bdeadc Text Font Color

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

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


#bdeadc Background Color

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

This div background color is #bdeadc


#bdeadc Border Color

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

This div border color is #bdeadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeadc


Comments

No comments written yet.

Please login to write comment.