Color Hex Logo

#bde57a Color Hex

#BDE57A
(189,229,122)
0 Favorites   0 Comments

Color spaces of #bde57a

RGB 189229122
HSL0.230.670.69
HSV82°47°90°
CMYK 0.170.000.47   0.10
XYZ52.518468.262628.8203
Yxy68.26260.35110.4563
Hunter Lab82.6212-31.123037.1530
CIE-Lab86.1376-29.955047.6861

#bde57a color RGB value is (189,229,122).

#bde57a hex color red value is 189, green value is 229 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bde57a hue: 0.23 , saturation: 0.67 and the lightness value of bde57a is 0.69.

The process color (four color CMYK) of #bde57a color hex is 0.17, 0.00, 0.47, 0.10. Web safe color of #bde57a is #cccc66. Color #bde57a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100101 01111010
Octal 275 345 172
Decimal 189 229 122
Hex BD E5 7A

RGB Percentages of Color #bde57a

%35.00
%42.41
%22.59

CMYK Percentages of Color #bde57a

%17
%0
%47
%10

Triadic Colors of #bde57a

#bde57a #7abde5 #e57abd

Analogous Colors of #bde57a

#bde57a #88e57a #e5d87a

Monochromatic Colors of #bde57a

#bde57a

Complementary Color

#bde57a #a27ae5

#bde57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde57a Color CSS Codes

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

#bde57a Text Font Color

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

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


#bde57a Background Color

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

This div background color is #bde57a


#bde57a Border Color

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

This div border color is #bde57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde57a


Comments

No comments written yet.

Please login to write comment.