Color Hex Logo

#bde37a Color Hex

#BDE37A
(189,227,122)
0 Favorites   0 Comments

Color spaces of #bde37a

RGB 189227122
HSL0.230.650.68
HSV82°46°89°
CMYK 0.170.000.46   0.11
XYZ51.968267.162128.6369
Yxy67.16210.35170.4545
Hunter Lab81.9525-30.225436.6489
CIE-Lab85.5857-29.014147.0077

#bde37a color RGB value is (189,227,122).

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

The process color (four color CMYK) of #bde37a color hex is 0.17, 0.00, 0.46, 0.11. Web safe color of #bde37a is #cccc66. Color #bde37a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100011 01111010
Octal 275 343 172
Decimal 189 227 122
Hex BD E3 7A

RGB Percentages of Color #bde37a

%35.13
%42.19
%22.68

CMYK Percentages of Color #bde37a

%17
%0
%46
%11

Triadic Colors of #bde37a

#bde37a #7abde3 #e37abd

Analogous Colors of #bde37a

#bde37a #89e37a #e3d57a

Monochromatic Colors of #bde37a

#bde37a

Complementary Color

#bde37a #a07ae3

#bde37a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde37a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde37a Color CSS Codes

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

#bde37a Text Font Color

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

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


#bde37a Background Color

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

This div background color is #bde37a


#bde37a Border Color

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

This div border color is #bde37a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,227,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 #bde37a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde37a


Comments

No comments written yet.

Please login to write comment.