Color Hex Logo

#bdd77f Color Hex

#BDD77F
(189,215,127)
0 Favorites   0 Comments

Color spaces of #bdd77f

RGB 189215127
HSL0.220.520.67
HSV78°41°84°
CMYK 0.120.000.41   0.16
XYZ49.117560.952029.2548
Yxy60.95200.35250.4375
Hunter Lab78.0718-24.325432.4333
CIE-Lab82.3529-22.696540.5188

#bdd77f color RGB value is (189,215,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010111 01111111
Octal 275 327 177
Decimal 189 215 127
Hex BD D7 7F

RGB Percentages of Color #bdd77f

%35.59
%40.49
%23.92

CMYK Percentages of Color #bdd77f

%12
%0
%41
%16

Triadic Colors of #bdd77f

#bdd77f #7fbdd7 #d77fbd

Analogous Colors of #bdd77f

#bdd77f #91d77f #d7c57f

Monochromatic Colors of #bdd77f

#bdd77f

Complementary Color

#bdd77f #997fd7

#bdd77f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd77f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd77f Color CSS Codes

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

#bdd77f Text Font Color

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

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


#bdd77f Background Color

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

This div background color is #bdd77f


#bdd77f Border Color

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

This div border color is #bdd77f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd77f


Comments

No comments written yet.

Please login to write comment.