Color Hex Logo

#bddedf Color Hex

#BDDEDF
(189,222,223)
0 Favorites   0 Comments

Color spaces of #bddedf

RGB 189222223
HSL0.500.350.81
HSV182°15°87°
CMYK 0.150.000.00   0.13
XYZ60.426868.389179.8276
Yxy68.38910.28960.3278
Hunter Lab82.6977-14.29190.6561
CIE-Lab86.2006-10.5874-4.1329

#bddedf color RGB value is (189,222,223).

#bddedf hex color red value is 189, green value is 222 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bddedf hue: 0.50 , saturation: 0.35 and the lightness value of bddedf is 0.81.

The process color (four color CMYK) of #bddedf color hex is 0.15, 0.00, 0.00, 0.13. Web safe color of #bddedf is #cccccc. Color #bddedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 11011111
Octal 275 336 337
Decimal 189 222 223
Hex BD DE DF

RGB Percentages of Color #bddedf

%29.81
%35.02
%35.17

CMYK Percentages of Color #bddedf

%15
%0
%0
%13

Triadic Colors of #bddedf

#bddedf #dfbdde #dedfbd

Analogous Colors of #bddedf

#bddedf #bdcddf #bddfcf

Monochromatic Colors of #bddedf

#bddedf

Complementary Color

#bddedf #dfbebd

#bddedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddedf Color CSS Codes

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

#bddedf Text Font Color

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

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


#bddedf Background Color

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

This div background color is #bddedf


#bddedf Border Color

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

This div border color is #bddedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddedf


Comments

No comments written yet.

Please login to write comment.