Color Hex Logo

#bdca90 Color Hex

#BDCA90
(189,202,144)
0 Favorites   0 Comments

Color spaces of #bdca90

RGB 189202144
HSL0.200.350.68
HSV73°29°79°
CMYK 0.060.000.29   0.21
XYZ47.140855.073534.5312
Yxy55.07350.34470.4027
Hunter Lab74.2115-16.483024.3600
CIE-Lab79.0836-14.060927.5478

#bdca90 color RGB value is (189,202,144).

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

The process color (four color CMYK) of #bdca90 color hex is 0.06, 0.00, 0.29, 0.21. Web safe color of #bdca90 is #cccc99. Color #bdca90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 10010000
Octal 275 312 220
Decimal 189 202 144
Hex BD CA 90

RGB Percentages of Color #bdca90

%35.33
%37.76
%26.92

CMYK Percentages of Color #bdca90

%6
%0
%29
%21

Triadic Colors of #bdca90

#bdca90 #90bdca #ca90bd

Analogous Colors of #bdca90

#bdca90 #a0ca90 #caba90

Monochromatic Colors of #bdca90

#bdca90

Complementary Color

#bdca90 #9d90ca

#bdca90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdca90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdca90 Color CSS Codes

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

#bdca90 Text Font Color

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

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


#bdca90 Background Color

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

This div background color is #bdca90


#bdca90 Border Color

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

This div border color is #bdca90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdca90


Comments

No comments written yet.

Please login to write comment.