Color Hex Logo

#bdd67c Color Hex

#BDD67C
(189,214,124)
0 Favorites   0 Comments

Color spaces of #bdd67c

RGB 189214124
HSL0.210.520.66
HSV77°42°84°
CMYK 0.120.000.42   0.16
XYZ48.670960.367228.1556
Yxy60.36720.35480.4400
Hunter Lab77.6963-24.151832.9019
CIE-Lab82.0374-22.556241.6117

#bdd67c color RGB value is (189,214,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010110 01111100
Octal 275 326 174
Decimal 189 214 124
Hex BD D6 7C

RGB Percentages of Color #bdd67c

%35.86
%40.61
%23.53

CMYK Percentages of Color #bdd67c

%12
%0
%42
%16

Triadic Colors of #bdd67c

#bdd67c #7cbdd6 #d67cbd

Analogous Colors of #bdd67c

#bdd67c #90d67c #d6c27c

Monochromatic Colors of #bdd67c

#bdd67c

Complementary Color

#bdd67c #957cd6

#bdd67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd67c Color CSS Codes

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

#bdd67c Text Font Color

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

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


#bdd67c Background Color

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

This div background color is #bdd67c


#bdd67c Border Color

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

This div border color is #bdd67c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd67c


Comments

No comments written yet.

Please login to write comment.