Color Hex Logo

#bdcadf Color Hex

#BDCADF
(189,202,223)
0 Favorites   0 Comments

Color spaces of #bdcadf

RGB 189202223
HSL0.600.350.81
HSV217°15°87°
CMYK 0.150.090.00   0.13
XYZ55.426158.387678.1607
Yxy58.38760.28870.3041
Hunter Lab76.4118-4.2437-7.1588
CIE-Lab80.9538-0.1747-11.9151

#bdcadf color RGB value is (189,202,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 11011111
Octal 275 312 337
Decimal 189 202 223
Hex BD CA DF

RGB Percentages of Color #bdcadf

%30.78
%32.90
%36.32

CMYK Percentages of Color #bdcadf

%15
%9
%0
%13

Triadic Colors of #bdcadf

#bdcadf #dfbdca #cadfbd

Analogous Colors of #bdcadf

#bdcadf #c1bddf #bddbdf

Monochromatic Colors of #bdcadf

#bdcadf

Complementary Color

#bdcadf #dfd2bd

#bdcadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcadf Color CSS Codes

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

#bdcadf Text Font Color

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

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


#bdcadf Background Color

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

This div background color is #bdcadf


#bdcadf Border Color

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

This div border color is #bdcadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcadf


Comments

No comments written yet.

Please login to write comment.