Color Hex Logo

#bdd045 Color Hex

#BDD045
(189,208,69)
0 Favorites   0 Comments

Color spaces of #bdd045

RGB 18920869
HSL0.190.600.54
HSV68°67°82°
CMYK 0.090.000.67   0.18
XYZ44.616356.360214.1573
Yxy56.36020.38750.4895
Hunter Lab75.0734-25.295641.3705
CIE-Lab79.8184-24.423263.8822

#bdd045 color RGB value is (189,208,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010000 01000101
Octal 275 320 105
Decimal 189 208 69
Hex BD D0 45

RGB Percentages of Color #bdd045

%40.56
%44.64
%14.81

CMYK Percentages of Color #bdd045

%9
%0
%67
%18

Triadic Colors of #bdd045

#bdd045 #45bdd0 #d045bd

Analogous Colors of #bdd045

#bdd045 #78d045 #d09e45

Monochromatic Colors of #bdd045

#bdd045

Complementary Color

#bdd045 #5845d0

#bdd045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd045 Color CSS Codes

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

#bdd045 Text Font Color

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

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


#bdd045 Background Color

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

This div background color is #bdd045


#bdd045 Border Color

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

This div border color is #bdd045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd045


Comments

No comments written yet.

Please login to write comment.