Color Hex Logo

#bde82f Color Hex

#BDE82F
(189,232,47)
0 Favorites   0 Comments

Color spaces of #bde82f

RGB 18923247
HSL0.210.800.55
HSV74°80°91°
CMYK 0.190.000.80   0.09
XYZ50.356068.737313.3029
Yxy68.73730.38030.5192
Hunter Lab82.9080-36.673048.5223
CIE-Lab86.3738-36.683477.2653

#bde82f color RGB value is (189,232,47).

#bde82f hex color red value is 189, green value is 232 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bde82f hue: 0.21 , saturation: 0.80 and the lightness value of bde82f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101000 00101111
Octal 275 350 57
Decimal 189 232 47
Hex BD E8 2F

RGB Percentages of Color #bde82f

%40.38
%49.57
%10.04

CMYK Percentages of Color #bde82f

%19
%0
%80
%9

Triadic Colors of #bde82f

#bde82f #2fbde8 #e82fbd

Analogous Colors of #bde82f

#bde82f #61e82f #e8b72f

Monochromatic Colors of #bde82f

#bde82f

Complementary Color

#bde82f #5a2fe8

#bde82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde82f Color CSS Codes

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

#bde82f Text Font Color

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

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


#bde82f Background Color

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

This div background color is #bde82f


#bde82f Border Color

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

This div border color is #bde82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde82f


Comments

No comments written yet.

Please login to write comment.