Color Hex Logo

#bde317 Color Hex

#BDE317
(189,227,23)
0 Favorites   0 Comments

Color spaces of #bde317

RGB 18922723
HSL0.200.820.49
HSV71°90°89°
CMYK 0.170.000.90   0.11
XYZ48.610065.818810.9529
Yxy65.81880.38770.5249
Hunter Lab81.1288-35.023448.7856
CIE-Lab84.9039-35.078880.9572

#bde317 color RGB value is (189,227,23).

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

The process color (four color CMYK) of #bde317 color hex is 0.17, 0.00, 0.90, 0.11. Web safe color of #bde317 is #cccc00. Color #bde317 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100011 00010111
Octal 275 343 27
Decimal 189 227 23
Hex BD E3 17

RGB Percentages of Color #bde317

%43.05
%51.71
%5.24

CMYK Percentages of Color #bde317

%17
%0
%90
%11

Triadic Colors of #bde317

#bde317 #17bde3 #e317bd

Analogous Colors of #bde317

#bde317 #57e317 #e3a317

Monochromatic Colors of #bde317

#bde317

Complementary Color

#bde317 #3d17e3

#bde317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde317 Color CSS Codes

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

#bde317 Text Font Color

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

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


#bde317 Background Color

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

This div background color is #bde317


#bde317 Border Color

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

This div border color is #bde317


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde317


Comments

No comments written yet.

Please login to write comment.