Color Hex Logo

#bde314 Color Hex

#BDE314
(189,227,20)
0 Favorites   0 Comments

Color spaces of #bde314

RGB 18922720
HSL0.200.840.48
HSV71°91°89°
CMYK 0.170.000.91   0.11
XYZ48.581665.807510.8034
Yxy65.80750.38810.5257
Hunter Lab81.1218-35.064548.8893
CIE-Lab84.8981-35.131881.3724

#bde314 color RGB value is (189,227,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100011 00010100
Octal 275 343 24
Decimal 189 227 20
Hex BD E3 14

RGB Percentages of Color #bde314

%43.35
%52.06
%4.59

CMYK Percentages of Color #bde314

%17
%0
%91
%11

Triadic Colors of #bde314

#bde314 #14bde3 #e314bd

Analogous Colors of #bde314

#bde314 #56e314 #e3a214

Monochromatic Colors of #bde314

#bde314

Complementary Color

#bde314 #3a14e3

#bde314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde314 Color CSS Codes

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

#bde314 Text Font Color

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

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


#bde314 Background Color

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

This div background color is #bde314


#bde314 Border Color

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

This div border color is #bde314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde314


Comments

No comments written yet.

Please login to write comment.