Color Hex Logo

#bde81c Color Hex

#BDE81C
(189,232,28)
0 Favorites   0 Comments

Color spaces of #bde81c

RGB 18923228
HSL0.200.820.51
HSV73°88°91°
CMYK 0.190.000.88   0.09
XYZ50.052568.615911.7048
Yxy68.61590.38390.5263
Hunter Lab82.8347-37.102949.6064
CIE-Lab86.3135-37.237981.3061

#bde81c color RGB value is (189,232,28).

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

The process color (four color CMYK) of #bde81c color hex is 0.19, 0.00, 0.88, 0.09. Web safe color of #bde81c is #ccff33. Color #bde81c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101000 00011100
Octal 275 350 34
Decimal 189 232 28
Hex BD E8 1C

RGB Percentages of Color #bde81c

%42.09
%51.67
%6.24

CMYK Percentages of Color #bde81c

%19
%0
%88
%9

Triadic Colors of #bde81c

#bde81c #1cbde8 #e81cbd

Analogous Colors of #bde81c

#bde81c #57e81c #e8ad1c

Monochromatic Colors of #bde81c

#bde81c

Complementary Color

#bde81c #471ce8

#bde81c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde81c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde81c Color CSS Codes

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

#bde81c Text Font Color

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

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


#bde81c Background Color

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

This div background color is #bde81c


#bde81c Border Color

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

This div border color is #bde81c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde81c


Comments

No comments written yet.

Please login to write comment.