Color Hex Logo

#bdeddc Color Hex

#BDEDDC
(189,237,220)
0 Favorites   0 Comments

Color spaces of #bdeddc

RGB 189237220
HSL0.440.570.84
HSV159°20°93°
CMYK 0.200.000.07   0.07
XYZ64.188776.554579.1035
Yxy76.55450.29200.3482
Hunter Lab87.4954-22.16527.6435
CIE-Lab90.1162-18.72183.1649

#bdeddc color RGB value is (189,237,220).

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

The process color (four color CMYK) of #bdeddc color hex is 0.20, 0.00, 0.07, 0.07. Web safe color of #bdeddc is #ccffcc. Color #bdeddc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 11011100
Octal 275 355 334
Decimal 189 237 220
Hex BD ED DC

RGB Percentages of Color #bdeddc

%29.26
%36.69
%34.06

CMYK Percentages of Color #bdeddc

%20
%0
%7
%7

Triadic Colors of #bdeddc

#bdeddc #dcbded #eddcbd

Analogous Colors of #bdeddc

#bdeddc #bde6ed #bdedc4

Monochromatic Colors of #bdeddc

#bdeddc

Complementary Color

#bdeddc #edbdce

#bdeddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeddc Color CSS Codes

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

#bdeddc Text Font Color

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

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


#bdeddc Background Color

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

This div background color is #bdeddc


#bdeddc Border Color

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

This div border color is #bdeddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeddc


Comments

No comments written yet.

Please login to write comment.