Color Hex Logo

#bdd67e Color Hex

#BDD67E
(189,214,126)
0 Favorites   0 Comments

Color spaces of #bdd67e

RGB 189214126
HSL0.210.520.67
HSV77°41°84°
CMYK 0.120.000.41   0.16
XYZ48.798760.418328.8286
Yxy60.41830.35350.4377
Hunter Lab77.7292-23.963132.4207
CIE-Lab82.0650-22.325540.6522

#bdd67e color RGB value is (189,214,126).

#bdd67e hex color red value is 189, green value is 214 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bdd67e hue: 0.21 , saturation: 0.52 and the lightness value of bdd67e is 0.67.

The process color (four color CMYK) of #bdd67e color hex is 0.12, 0.00, 0.41, 0.16. Web safe color of #bdd67e is #cccc66. Color #bdd67e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010110 01111110
Octal 275 326 176
Decimal 189 214 126
Hex BD D6 7E

RGB Percentages of Color #bdd67e

%35.73
%40.45
%23.82

CMYK Percentages of Color #bdd67e

%12
%0
%41
%16

Triadic Colors of #bdd67e

#bdd67e #7ebdd6 #d67ebd

Analogous Colors of #bdd67e

#bdd67e #91d67e #d6c37e

Monochromatic Colors of #bdd67e

#bdd67e

Complementary Color

#bdd67e #977ed6

#bdd67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd67e Color CSS Codes

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

#bdd67e Text Font Color

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

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


#bdd67e Background Color

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

This div background color is #bdd67e


#bdd67e Border Color

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

This div border color is #bdd67e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd67e


Comments

No comments written yet.

Please login to write comment.