Color Hex Logo

#bdd252 Color Hex

#BDD252
(189,210,82)
0 Favorites   0 Comments

Color spaces of #bdd252

RGB 18921082
HSL0.190.590.57
HSV70°61°82°
CMYK 0.100.000.61   0.18
XYZ45.555857.521216.6843
Yxy57.52120.38040.4803
Hunter Lab75.8427-25.506740.0470
CIE-Lab80.4719-24.531359.3072

#bdd252 color RGB value is (189,210,82).

#bdd252 hex color red value is 189, green value is 210 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #bdd252 hue: 0.19 , saturation: 0.59 and the lightness value of bdd252 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010010 01010010
Octal 275 322 122
Decimal 189 210 82
Hex BD D2 52

RGB Percentages of Color #bdd252

%39.29
%43.66
%17.05

CMYK Percentages of Color #bdd252

%10
%0
%61
%18

Triadic Colors of #bdd252

#bdd252 #52bdd2 #d252bd

Analogous Colors of #bdd252

#bdd252 #7dd252 #d2a752

Monochromatic Colors of #bdd252

#bdd252

Complementary Color

#bdd252 #6752d2

#bdd252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd252 Color CSS Codes

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

#bdd252 Text Font Color

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

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


#bdd252 Background Color

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

This div background color is #bdd252


#bdd252 Border Color

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

This div border color is #bdd252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd252


Comments

No comments written yet.

Please login to write comment.