Color Hex Logo

#bdd174 Color Hex

#BDD174
(189,209,116)
0 Favorites   0 Comments

Color spaces of #bdd174

RGB 189209116
HSL0.200.500.64
HSV73°44°82°
CMYK 0.100.000.44   0.18
XYZ46.939157.680725.1825
Yxy57.68070.36160.4444
Hunter Lab75.9478-22.587833.5043
CIE-Lab80.5609-20.994143.7189

#bdd174 color RGB value is (189,209,116).

#bdd174 hex color red value is 189, green value is 209 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #bdd174 hue: 0.20 , saturation: 0.50 and the lightness value of bdd174 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 01110100
Octal 275 321 164
Decimal 189 209 116
Hex BD D1 74

RGB Percentages of Color #bdd174

%36.77
%40.66
%22.57

CMYK Percentages of Color #bdd174

%10
%0
%44
%18

Triadic Colors of #bdd174

#bdd174 #74bdd1 #d174bd

Analogous Colors of #bdd174

#bdd174 #8fd174 #d1b774

Monochromatic Colors of #bdd174

#bdd174

Complementary Color

#bdd174 #8874d1

#bdd174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd174 Color CSS Codes

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

#bdd174 Text Font Color

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

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


#bdd174 Background Color

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

This div background color is #bdd174


#bdd174 Border Color

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

This div border color is #bdd174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd174


Comments

No comments written yet.

Please login to write comment.