Color Hex Logo

#bde24c Color Hex

#BDE24C
(189,226,76)
0 Favorites   0 Comments

Color spaces of #bde24c

RGB 18922676
HSL0.210.720.59
HSV75°66°89°
CMYK 0.160.000.66   0.11
XYZ49.487165.733316.9170
Yxy65.73330.37450.4975
Hunter Lab81.0761-32.930644.3820
CIE-Lab84.8602-32.499866.3781

#bde24c color RGB value is (189,226,76).

#bde24c hex color red value is 189, green value is 226 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #bde24c hue: 0.21 , saturation: 0.72 and the lightness value of bde24c is 0.59.

The process color (four color CMYK) of #bde24c color hex is 0.16, 0.00, 0.66, 0.11. Web safe color of #bde24c is #cccc33. Color #bde24c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100010 01001100
Octal 275 342 114
Decimal 189 226 76
Hex BD E2 4C

RGB Percentages of Color #bde24c

%38.49
%46.03
%15.48

CMYK Percentages of Color #bde24c

%16
%0
%66
%11

Triadic Colors of #bde24c

#bde24c #4cbde2 #e24cbd

Analogous Colors of #bde24c

#bde24c #72e24c #e2bc4c

Monochromatic Colors of #bde24c

#bde24c

Complementary Color

#bde24c #714ce2

#bde24c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde24c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde24c Color CSS Codes

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

#bde24c Text Font Color

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

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


#bde24c Background Color

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

This div background color is #bde24c


#bde24c Border Color

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

This div border color is #bde24c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde24c


Comments

No comments written yet.

Please login to write comment.