Color Hex Logo

#bddbdf Color Hex

#BDDBDF
(189,219,223)
0 Favorites   0 Comments

Color spaces of #bddbdf

RGB 189219223
HSL0.520.350.81
HSV187°15°87°
CMYK 0.150.020.00   0.13
XYZ59.637166.809679.5644
Yxy66.80960.28950.3243
Hunter Lab81.7371-12.8027-0.4980
CIE-Lab85.4077-9.0507-5.3017

#bddbdf color RGB value is (189,219,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 11011111
Octal 275 333 337
Decimal 189 219 223
Hex BD DB DF

RGB Percentages of Color #bddbdf

%29.95
%34.71
%35.34

CMYK Percentages of Color #bddbdf

%15
%2
%0
%13

Triadic Colors of #bddbdf

#bddbdf #dfbddb #dbdfbd

Analogous Colors of #bddbdf

#bddbdf #bdcadf #bddfd2

Monochromatic Colors of #bddbdf

#bddbdf

Complementary Color

#bddbdf #dfc1bd

#bddbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddbdf Color CSS Codes

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

#bddbdf Text Font Color

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

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


#bddbdf Background Color

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

This div background color is #bddbdf


#bddbdf Border Color

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

This div border color is #bddbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddbdf


Comments

No comments written yet.

Please login to write comment.