Color Hex Logo

#bde80c Color Hex

#BDE80C
(189,232,12)
0 Favorites   0 Comments

Color spaces of #bde80c

RGB 18923212
HSL0.200.900.48
HSV72°95°91°
CMYK 0.190.000.95   0.09
XYZ49.909268.558610.9505
Yxy68.55860.38560.5297
Hunter Lab82.8001-37.306350.1189
CIE-Lab86.2850-37.500883.3452

#bde80c color RGB value is (189,232,12).

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

The process color (four color CMYK) of #bde80c color hex is 0.19, 0.00, 0.95, 0.09. Web safe color of #bde80c is #ccff00. Color #bde80c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101000 00001100
Octal 275 350 14
Decimal 189 232 12
Hex BD E8 C

RGB Percentages of Color #bde80c

%43.65
%53.58
%2.77

CMYK Percentages of Color #bde80c

%19
%0
%95
%9

Triadic Colors of #bde80c

#bde80c #0cbde8 #e80cbd

Analogous Colors of #bde80c

#bde80c #4fe80c #e8a50c

Monochromatic Colors of #bde80c

#bde80c

Complementary Color

#bde80c #370ce8

#bde80c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde80c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde80c Color CSS Codes

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

#bde80c Text Font Color

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

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


#bde80c Background Color

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

This div background color is #bde80c


#bde80c Border Color

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

This div border color is #bde80c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde80c


Comments

No comments written yet.

Please login to write comment.