Color Hex Logo

#bde37e Color Hex

#BDE37E
(189,227,126)
0 Favorites   0 Comments

Color spaces of #bde37e

RGB 189227126
HSL0.230.640.69
HSV83°44°89°
CMYK 0.170.000.44   0.11
XYZ52.221267.263329.9694
Yxy67.26330.34940.4501
Hunter Lab82.0142-29.867935.7444
CIE-Lab85.6367-28.571645.1381

#bde37e color RGB value is (189,227,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100011 01111110
Octal 275 343 176
Decimal 189 227 126
Hex BD E3 7E

RGB Percentages of Color #bde37e

%34.87
%41.88
%23.25

CMYK Percentages of Color #bde37e

%17
%0
%44
%11

Triadic Colors of #bde37e

#bde37e #7ebde3 #e37ebd

Analogous Colors of #bde37e

#bde37e #8be37e #e3d77e

Monochromatic Colors of #bde37e

#bde37e

Complementary Color

#bde37e #a47ee3

#bde37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde37e Color CSS Codes

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

#bde37e Text Font Color

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

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


#bde37e Background Color

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

This div background color is #bde37e


#bde37e Border Color

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

This div border color is #bde37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde37e


Comments

No comments written yet.

Please login to write comment.