Color Hex Logo

#bdea17 Color Hex

#BDEA17
(189,234,23)
0 Favorites   0 Comments

Color spaces of #bdea17

RGB 18923423
HSL0.200.830.50
HSV73°90°92°
CMYK 0.190.000.90   0.08
XYZ50.563769.726311.6041
Yxy69.72630.38340.5287
Hunter Lab83.5023-38.040750.2122
CIE-Lab86.8624-38.234282.5260

#bdea17 color RGB value is (189,234,23).

#bdea17 hex color red value is 189, green value is 234 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #bdea17 hue: 0.20 , saturation: 0.83 and the lightness value of bdea17 is 0.50.

The process color (four color CMYK) of #bdea17 color hex is 0.19, 0.00, 0.90, 0.08. Web safe color of #bdea17 is #ccff00. Color #bdea17 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 00010111
Octal 275 352 27
Decimal 189 234 23
Hex BD EA 17

RGB Percentages of Color #bdea17

%42.38
%52.47
%5.16

CMYK Percentages of Color #bdea17

%19
%0
%90
%8

Triadic Colors of #bdea17

#bdea17 #17bdea #ea17bd

Analogous Colors of #bdea17

#bdea17 #53ea17 #eaae17

Monochromatic Colors of #bdea17

#bdea17

Complementary Color

#bdea17 #4417ea

#bdea17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdea17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdea17 Color CSS Codes

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

#bdea17 Text Font Color

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

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


#bdea17 Background Color

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

This div background color is #bdea17


#bdea17 Border Color

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

This div border color is #bdea17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdea17


Comments

No comments written yet.

Please login to write comment.