Color Hex Logo

#bdd245 Color Hex

#BDD245
(189,210,69)
0 Favorites   0 Comments

Color spaces of #bdd245

RGB 18921069
HSL0.190.610.55
HSV69°67°82°
CMYK 0.100.000.67   0.18
XYZ45.107057.341714.3209
Yxy57.34170.38630.4911
Hunter Lab75.7243-26.189741.7941
CIE-Lab80.3714-25.387564.4469

#bdd245 color RGB value is (189,210,69).

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

The process color (four color CMYK) of #bdd245 color hex is 0.10, 0.00, 0.67, 0.18. Web safe color of #bdd245 is #cccc33. Color #bdd245 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010010 01000101
Octal 275 322 105
Decimal 189 210 69
Hex BD D2 45

RGB Percentages of Color #bdd245

%40.38
%44.87
%14.74

CMYK Percentages of Color #bdd245

%10
%0
%67
%18

Triadic Colors of #bdd245

#bdd245 #45bdd2 #d245bd

Analogous Colors of #bdd245

#bdd245 #77d245 #d2a145

Monochromatic Colors of #bdd245

#bdd245

Complementary Color

#bdd245 #5a45d2

#bdd245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd245 Color CSS Codes

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

#bdd245 Text Font Color

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

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


#bdd245 Background Color

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

This div background color is #bdd245


#bdd245 Border Color

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

This div border color is #bdd245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd245


Comments

No comments written yet.

Please login to write comment.