Color Hex Logo

#bde17e Color Hex

#BDE17E
(189,225,126)
0 Favorites   0 Comments

Color spaces of #bde17e

RGB 189225126
HSL0.230.620.69
HSV82°44°88°
CMYK 0.160.000.44   0.12
XYZ51.677466.175629.7881
Yxy66.17560.35000.4482
Hunter Lab81.3484-28.965735.2331
CIE-Lab85.0859-27.623744.4513

#bde17e color RGB value is (189,225,126).

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

The process color (four color CMYK) of #bde17e color hex is 0.16, 0.00, 0.44, 0.12. Web safe color of #bde17e is #cccc66. Color #bde17e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100001 01111110
Octal 275 341 176
Decimal 189 225 126
Hex BD E1 7E

RGB Percentages of Color #bde17e

%35.00
%41.67
%23.33

CMYK Percentages of Color #bde17e

%16
%0
%44
%12

Triadic Colors of #bde17e

#bde17e #7ebde1 #e17ebd

Analogous Colors of #bde17e

#bde17e #8ce17e #e1d47e

Monochromatic Colors of #bde17e

#bde17e

Complementary Color

#bde17e #a27ee1

#bde17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde17e Color CSS Codes

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

#bde17e Text Font Color

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

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


#bde17e Background Color

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

This div background color is #bde17e


#bde17e Border Color

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

This div border color is #bde17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde17e


Comments

No comments written yet.

Please login to write comment.