color codes Logo

#bdd26e color codes

#BDD26E
(189,210,110)
0 Favorites   0 Comments

Color spaces of #bdd26e

RGB 189210110
HSL0.200.530.63
HSV73°48°82°
CMYK 0.100.000.48   0.18
XYZ46.847358.037823.4851
Yxy58.03780.36490.4521
Hunter Lab76.1825-23.553635.0502
CIE-Lab80.7598-22.109146.8845

#bdd26e color RGB value is (189,210,110).

#bdd26e hex color red value is 189, green value is 210 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bdd26e hue: 0.20 , saturation: 0.53 and the lightness value of bdd26e is 0.63.

The process color (four color CMYK) of #bdd26e color code is 0.10, 0.00, 0.48, 0.18. Web safe color of #bdd26e is #cccc66. Color #bdd26e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010010 01101110
Octal 275 322 156
Decimal 189 210 110
Hex BD D2 6E

RGB Percentages of Color #bdd26e

%37.13
%41.26
%21.61

CMYK Percentages of Color #bdd26e

%10
%0
%48
%18

Triadic Colors of #bdd26e

#bdd26e #6ebdd2 #d26ebd

Analogous Colors of #bdd26e

#bdd26e #8bd26e #d2b56e

Monochromatic Colors of #bdd26e

#bdd26e

Complementary Color

#bdd26e #836ed2

#bdd26e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd26e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd26e Color CSS Codes

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

#bdd26e Text Font Color

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

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


#bdd26e Background Color

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

This div background color is #bdd26e


#bdd26e Border Color

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

This div border color is #bdd26e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd26e


Comments

No comments written yet.

Please login to write comment.