Color Hex Logo

#bde17d Color Hex

#BDE17D
(189,225,125)
0 Favorites   0 Comments

Color spaces of #bde17d

RGB 189225125
HSL0.230.630.69
HSV82°44°88°
CMYK 0.160.000.44   0.12
XYZ51.613266.149929.4499
Yxy66.14990.35060.4493
Hunter Lab81.3326-29.056935.4644
CIE-Lab85.0728-27.736444.9220

#bde17d color RGB value is (189,225,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100001 01111101
Octal 275 341 175
Decimal 189 225 125
Hex BD E1 7D

RGB Percentages of Color #bde17d

%35.06
%41.74
%23.19

CMYK Percentages of Color #bde17d

%16
%0
%44
%12

Triadic Colors of #bde17d

#bde17d #7dbde1 #e17dbd

Analogous Colors of #bde17d

#bde17d #8be17d #e1d37d

Monochromatic Colors of #bde17d

#bde17d

Complementary Color

#bde17d #a17de1

#bde17d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde17d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde17d Color CSS Codes

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

#bde17d Text Font Color

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

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


#bde17d Background Color

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

This div background color is #bde17d


#bde17d Border Color

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

This div border color is #bde17d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde17d


Comments

No comments written yet.

Please login to write comment.