Color Hex Logo

#bdd017 Color Hex

#BDD017
(189,208,23)
0 Favorites   0 Comments

Color spaces of #bdd017

RGB 18920823
HSL0.180.800.45
HSV66°89°82°
CMYK 0.090.000.89   0.18
XYZ43.696855.99249.3152
Yxy55.99240.40090.5137
Hunter Lab74.8281-26.711844.9988
CIE-Lab79.6095-26.210876.7173

#bdd017 color RGB value is (189,208,23).

#bdd017 hex color red value is 189, green value is 208 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #bdd017 hue: 0.18 , saturation: 0.80 and the lightness value of bdd017 is 0.45.

The process color (four color CMYK) of #bdd017 color hex is 0.09, 0.00, 0.89, 0.18. Web safe color of #bdd017 is #cccc00. Color #bdd017 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010000 00010111
Octal 275 320 27
Decimal 189 208 23
Hex BD D0 17

RGB Percentages of Color #bdd017

%45.00
%49.52
%5.48

CMYK Percentages of Color #bdd017

%9
%0
%89
%18

Triadic Colors of #bdd017

#bdd017 #17bdd0 #d017bd

Analogous Colors of #bdd017

#bdd017 #61d017 #d08717

Monochromatic Colors of #bdd017

#bdd017

Complementary Color

#bdd017 #2a17d0

#bdd017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd017 Color CSS Codes

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

#bdd017 Text Font Color

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

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


#bdd017 Background Color

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

This div background color is #bdd017


#bdd017 Border Color

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

This div border color is #bdd017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd017


Comments

No comments written yet.

Please login to write comment.