Color Hex Logo

#bdd17c Color Hex

#BDD17C
(189,209,124)
0 Favorites   0 Comments

Color spaces of #bdd17c

RGB 189209124
HSL0.210.480.65
HSV74°41°82°
CMYK 0.100.000.41   0.18
XYZ47.424857.875027.7402
Yxy57.87500.35650.4350
Hunter Lab76.0756-21.857231.6334
CIE-Lab80.6692-20.102439.8826

#bdd17c color RGB value is (189,209,124).

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

The process color (four color CMYK) of #bdd17c color hex is 0.10, 0.00, 0.41, 0.18. Web safe color of #bdd17c is #cccc66. Color #bdd17c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 01111100
Octal 275 321 174
Decimal 189 209 124
Hex BD D1 7C

RGB Percentages of Color #bdd17c

%36.21
%40.04
%23.75

CMYK Percentages of Color #bdd17c

%10
%0
%41
%18

Triadic Colors of #bdd17c

#bdd17c #7cbdd1 #d17cbd

Analogous Colors of #bdd17c

#bdd17c #93d17c #d1bb7c

Monochromatic Colors of #bdd17c

#bdd17c

Complementary Color

#bdd17c #907cd1

#bdd17c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd17c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd17c Color CSS Codes

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

#bdd17c Text Font Color

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

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


#bdd17c Background Color

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

This div background color is #bdd17c


#bdd17c Border Color

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

This div border color is #bdd17c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,209,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 #bdd17c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd17c


Comments

No comments written yet.

Please login to write comment.