Color Hex Logo

#bde22c Color Hex

#BDE22C
(189,226,44)
0 Favorites   0 Comments

Color spaces of #bde22c

RGB 18922644
HSL0.200.760.53
HSV72°81°89°
CMYK 0.160.000.81   0.11
XYZ48.637265.393412.4416
Yxy65.39340.38460.5171
Hunter Lab80.8662-34.156547.4843
CIE-Lab84.6860-34.065276.5452

#bde22c color RGB value is (189,226,44).

#bde22c hex color red value is 189, green value is 226 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bde22c hue: 0.20 , saturation: 0.76 and the lightness value of bde22c is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100010 00101100
Octal 275 342 54
Decimal 189 226 44
Hex BD E2 2C

RGB Percentages of Color #bde22c

%41.18
%49.24
%9.59

CMYK Percentages of Color #bde22c

%16
%0
%81
%11

Triadic Colors of #bde22c

#bde22c #2cbde2 #e22cbd

Analogous Colors of #bde22c

#bde22c #62e22c #e2ac2c

Monochromatic Colors of #bde22c

#bde22c

Complementary Color

#bde22c #512ce2

#bde22c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde22c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde22c Color CSS Codes

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

#bde22c Text Font Color

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

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


#bde22c Background Color

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

This div background color is #bde22c


#bde22c Border Color

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

This div border color is #bde22c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde22c


Comments

No comments written yet.

Please login to write comment.