Color Hex Logo

#bdd78c Color Hex

#BDD78C
(189,215,140)
0 Favorites   0 Comments

Color spaces of #bdd78c

RGB 189215140
HSL0.220.480.70
HSV81°35°84°
CMYK 0.120.000.35   0.16
XYZ50.020361.313134.0092
Yxy61.31310.34420.4219
Hunter Lab78.3027-23.002629.0605
CIE-Lab82.5468-21.088734.2096

#bdd78c color RGB value is (189,215,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010111 10001100
Octal 275 327 214
Decimal 189 215 140
Hex BD D7 8C

RGB Percentages of Color #bdd78c

%34.74
%39.52
%25.74

CMYK Percentages of Color #bdd78c

%12
%0
%35
%16

Triadic Colors of #bdd78c

#bdd78c #8cbdd7 #d78cbd

Analogous Colors of #bdd78c

#bdd78c #98d78c #d7cc8c

Monochromatic Colors of #bdd78c

#bdd78c

Complementary Color

#bdd78c #a68cd7

#bdd78c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd78c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd78c Color CSS Codes

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

#bdd78c Text Font Color

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

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


#bdd78c Background Color

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

This div background color is #bdd78c


#bdd78c Border Color

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

This div border color is #bdd78c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd78c


Comments

No comments written yet.

Please login to write comment.