Color Hex Logo

#bdcc90 Color Hex

#BDCC90
(189,204,144)
0 Favorites   0 Comments

Color spaces of #bdcc90

RGB 189204144
HSL0.210.370.68
HSV75°29°80°
CMYK 0.070.000.29   0.20
XYZ47.613256.018234.6887
Yxy56.01820.34420.4050
Hunter Lab74.8453-17.425724.9125
CIE-Lab79.6242-15.073428.2729

#bdcc90 color RGB value is (189,204,144).

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

The process color (four color CMYK) of #bdcc90 color hex is 0.07, 0.00, 0.29, 0.20. Web safe color of #bdcc90 is #cccc99. Color #bdcc90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 10010000
Octal 275 314 220
Decimal 189 204 144
Hex BD CC 90

RGB Percentages of Color #bdcc90

%35.20
%37.99
%26.82

CMYK Percentages of Color #bdcc90

%7
%0
%29
%20

Triadic Colors of #bdcc90

#bdcc90 #90bdcc #cc90bd

Analogous Colors of #bdcc90

#bdcc90 #9fcc90 #ccbd90

Monochromatic Colors of #bdcc90

#bdcc90

Complementary Color

#bdcc90 #9f90cc

#bdcc90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcc90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcc90 Color CSS Codes

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

#bdcc90 Text Font Color

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

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


#bdcc90 Background Color

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

This div background color is #bdcc90


#bdcc90 Border Color

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

This div border color is #bdcc90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcc90


Comments

No comments written yet.

Please login to write comment.