Color Hex Logo

#bdd68e Color Hex

#BDD68E
(189,214,142)
0 Favorites   0 Comments

Color spaces of #bdd68e

RGB 189214142
HSL0.220.470.70
HSV81°34°84°
CMYK 0.120.000.34   0.16
XYZ49.915360.864934.7085
Yxy60.86490.34310.4183
Hunter Lab78.0160-22.322128.2337
CIE-Lab82.3061-20.333832.8708

#bdd68e color RGB value is (189,214,142).

#bdd68e hex color red value is 189, green value is 214 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bdd68e hue: 0.22 , saturation: 0.47 and the lightness value of bdd68e is 0.70.

The process color (four color CMYK) of #bdd68e color hex is 0.12, 0.00, 0.34, 0.16. Web safe color of #bdd68e is #cccc99. Color #bdd68e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010110 10001110
Octal 275 326 216
Decimal 189 214 142
Hex BD D6 8E

RGB Percentages of Color #bdd68e

%34.68
%39.27
%26.06

CMYK Percentages of Color #bdd68e

%12
%0
%34
%16

Triadic Colors of #bdd68e

#bdd68e #8ebdd6 #d68ebd

Analogous Colors of #bdd68e

#bdd68e #99d68e #d6cb8e

Monochromatic Colors of #bdd68e

#bdd68e

Complementary Color

#bdd68e #a78ed6

#bdd68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd68e Color CSS Codes

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

#bdd68e Text Font Color

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

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


#bdd68e Background Color

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

This div background color is #bdd68e


#bdd68e Border Color

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

This div border color is #bdd68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd68e


Comments

No comments written yet.

Please login to write comment.