Color Hex Logo

#bdcead Color Hex

#BDCEAD
(189,206,173)
0 Favorites   0 Comments

Color spaces of #bdcead

RGB 189206173
HSL0.250.250.74
HSV91°16°81°
CMYK 0.080.000.16   0.19
XYZ50.600457.978648.0592
Yxy57.97860.32300.3701
Hunter Lab76.1437-14.631315.8788
CIE-Lab80.7269-11.689814.4931

#bdcead color RGB value is (189,206,173).

#bdcead hex color red value is 189, green value is 206 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bdcead hue: 0.25 , saturation: 0.25 and the lightness value of bdcead is 0.74.

The process color (four color CMYK) of #bdcead color hex is 0.08, 0.00, 0.16, 0.19. Web safe color of #bdcead is #cccc99. Color #bdcead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 10101101
Octal 275 316 255
Decimal 189 206 173
Hex BD CE AD

RGB Percentages of Color #bdcead

%33.27
%36.27
%30.46

CMYK Percentages of Color #bdcead

%8
%0
%16
%19

Triadic Colors of #bdcead

#bdcead #adbdce #ceadbd

Analogous Colors of #bdcead

#bdcead #adceae #cecead

Monochromatic Colors of #bdcead

#bdcead

Complementary Color

#bdcead #beadce

#bdcead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcead Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcead Color CSS Codes

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

#bdcead Text Font Color

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

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


#bdcead Background Color

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

This div background color is #bdcead


#bdcead Border Color

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

This div border color is #bdcead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcead


Comments

No comments written yet.

Please login to write comment.