Color Hex Logo

#bde33e Color Hex

#BDE33E
(189,227,62)
0 Favorites   0 Comments

Color spaces of #bde33e

RGB 18922762
HSL0.210.750.57
HSV74°73°89°
CMYK 0.170.000.73   0.11
XYZ49.324966.104814.7172
Yxy66.10480.37900.5079
Hunter Lab81.3049-33.993646.1812
CIE-Lab85.0498-33.757271.5835

#bde33e color RGB value is (189,227,62).

#bde33e hex color red value is 189, green value is 227 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bde33e hue: 0.21 , saturation: 0.75 and the lightness value of bde33e is 0.57.

The process color (four color CMYK) of #bde33e color hex is 0.17, 0.00, 0.73, 0.11. Web safe color of #bde33e is #cccc33. Color #bde33e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100011 00111110
Octal 275 343 76
Decimal 189 227 62
Hex BD E3 3E

RGB Percentages of Color #bde33e

%39.54
%47.49
%12.97

CMYK Percentages of Color #bde33e

%17
%0
%73
%11

Triadic Colors of #bde33e

#bde33e #3ebde3 #e33ebd

Analogous Colors of #bde33e

#bde33e #6be33e #e3b73e

Monochromatic Colors of #bde33e

#bde33e

Complementary Color

#bde33e #643ee3

#bde33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde33e Color CSS Codes

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

#bde33e Text Font Color

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

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


#bde33e Background Color

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

This div background color is #bde33e


#bde33e Border Color

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

This div border color is #bde33e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde33e


Comments

No comments written yet.

Please login to write comment.