Color Hex Logo

#bde33f Color Hex

#BDE33F
(189,227,63)
0 Favorites   0 Comments

Color spaces of #bde33f

RGB 18922763
HSL0.210.750.57
HSV74°72°89°
CMYK 0.170.000.72   0.11
XYZ49.352666.115914.8631
Yxy66.11590.37870.5073
Hunter Lab81.3117-33.953846.0805
CIE-Lab85.0555-33.706471.2552

#bde33f color RGB value is (189,227,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100011 00111111
Octal 275 343 77
Decimal 189 227 63
Hex BD E3 3F

RGB Percentages of Color #bde33f

%39.46
%47.39
%13.15

CMYK Percentages of Color #bde33f

%17
%0
%72
%11

Triadic Colors of #bde33f

#bde33f #3fbde3 #e33fbd

Analogous Colors of #bde33f

#bde33f #6be33f #e3b73f

Monochromatic Colors of #bde33f

#bde33f

Complementary Color

#bde33f #653fe3

#bde33f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde33f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde33f Color CSS Codes

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

#bde33f Text Font Color

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

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


#bde33f Background Color

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

This div background color is #bde33f


#bde33f Border Color

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

This div border color is #bde33f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde33f


Comments

No comments written yet.

Please login to write comment.