Color Hex Logo

#bdeddb Color Hex

#BDEDDB
(189,237,219)
0 Favorites   0 Comments

Color spaces of #bdeddb

RGB 189237219
HSL0.440.570.84
HSV158°20°93°
CMYK 0.200.000.08   0.07
XYZ64.056676.501778.4080
Yxy76.50170.29250.3494
Hunter Lab87.4653-22.33688.0753
CIE-Lab90.0918-18.91773.6513

#bdeddb color RGB value is (189,237,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 11011011
Octal 275 355 333
Decimal 189 237 219
Hex BD ED DB

RGB Percentages of Color #bdeddb

%29.30
%36.74
%33.95

CMYK Percentages of Color #bdeddb

%20
%0
%8
%7

Triadic Colors of #bdeddb

#bdeddb #dbbded #eddbbd

Analogous Colors of #bdeddb

#bdeddb #bde7ed #bdedc3

Monochromatic Colors of #bdeddb

#bdeddb

Complementary Color

#bdeddb #edbdcf

#bdeddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeddb Color CSS Codes

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

#bdeddb Text Font Color

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

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


#bdeddb Background Color

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

This div background color is #bdeddb


#bdeddb Border Color

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

This div border color is #bdeddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeddb


Comments

No comments written yet.

Please login to write comment.