Color Hex Logo

#bdcd90 Color Hex

#BDCD90
(189,205,144)
0 Favorites   0 Comments

Color spaces of #bdcd90

RGB 189205144
HSL0.210.380.68
HSV76°30°80°
CMYK 0.080.000.30   0.20
XYZ47.851656.495134.7681
Yxy56.49510.34400.4061
Hunter Lab75.1632-17.896125.1886
CIE-Lab79.8948-15.578128.6352

#bdcd90 color RGB value is (189,205,144).

#bdcd90 hex color red value is 189, green value is 205 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bdcd90 hue: 0.21 , saturation: 0.38 and the lightness value of bdcd90 is 0.68.

The process color (four color CMYK) of #bdcd90 color hex is 0.08, 0.00, 0.30, 0.20. Web safe color of #bdcd90 is #cccc99. Color #bdcd90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 10010000
Octal 275 315 220
Decimal 189 205 144
Hex BD CD 90

RGB Percentages of Color #bdcd90

%35.13
%38.10
%26.77

CMYK Percentages of Color #bdcd90

%8
%0
%30
%20

Triadic Colors of #bdcd90

#bdcd90 #90bdcd #cd90bd

Analogous Colors of #bdcd90

#bdcd90 #9fcd90 #cdbf90

Monochromatic Colors of #bdcd90

#bdcd90

Complementary Color

#bdcd90 #a090cd

#bdcd90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcd90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcd90 Color CSS Codes

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

#bdcd90 Text Font Color

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

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


#bdcd90 Background Color

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

This div background color is #bdcd90


#bdcd90 Border Color

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

This div border color is #bdcd90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcd90


Comments

No comments written yet.

Please login to write comment.