Color Hex Logo

#bdd274 Color Hex

#BDD274
(189,210,116)
0 Favorites   0 Comments

Color spaces of #bdd274

RGB 189210116
HSL0.200.510.64
HSV73°45°82°
CMYK 0.100.000.45   0.18
XYZ47.185258.173025.2646
Yxy58.17300.36120.4454
Hunter Lab76.2712-23.045633.7502
CIE-Lab80.8349-21.485444.0579

#bdd274 color RGB value is (189,210,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010010 01110100
Octal 275 322 164
Decimal 189 210 116
Hex BD D2 74

RGB Percentages of Color #bdd274

%36.70
%40.78
%22.52

CMYK Percentages of Color #bdd274

%10
%0
%45
%18

Triadic Colors of #bdd274

#bdd274 #74bdd2 #d274bd

Analogous Colors of #bdd274

#bdd274 #8ed274 #d2b874

Monochromatic Colors of #bdd274

#bdd274

Complementary Color

#bdd274 #8974d2

#bdd274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd274 Color CSS Codes

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

#bdd274 Text Font Color

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

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


#bdd274 Background Color

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

This div background color is #bdd274


#bdd274 Border Color

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

This div border color is #bdd274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd274


Comments

No comments written yet.

Please login to write comment.