Color Hex Logo

#bdcada Color Hex

#BDCADA
(189,202,218)
0 Favorites   0 Comments

Color spaces of #bdcada

RGB 189202218
HSL0.590.280.80
HSV213°13°85°
CMYK 0.130.070.00   0.15
XYZ54.761758.121874.6621
Yxy58.12180.29200.3099
Hunter Lab76.2377-5.1989-4.6983
CIE-Lab80.8065-1.2154-9.4563

#bdcada color RGB value is (189,202,218).

#bdcada hex color red value is 189, green value is 202 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bdcada hue: 0.59 , saturation: 0.28 and the lightness value of bdcada is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 11011010
Octal 275 312 332
Decimal 189 202 218
Hex BD CA DA

RGB Percentages of Color #bdcada

%31.03
%33.17
%35.80

CMYK Percentages of Color #bdcada

%13
%7
%0
%15

Triadic Colors of #bdcada

#bdcada #dabdca #cadabd

Analogous Colors of #bdcada

#bdcada #bfbdda #bdd9da

Monochromatic Colors of #bdcada

#bdcada

Complementary Color

#bdcada #dacdbd

#bdcada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcada Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcada Color CSS Codes

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

#bdcada Text Font Color

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

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


#bdcada Background Color

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

This div background color is #bdcada


#bdcada Border Color

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

This div border color is #bdcada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcada


Comments

No comments written yet.

Please login to write comment.