Color Hex Logo

#bde28f Color Hex

#BDE28F
(189,226,143)
0 Favorites   0 Comments

Color spaces of #bde28f

RGB 189226143
HSL0.240.590.72
HSV87°37°89°
CMYK 0.160.000.37   0.11
XYZ53.140567.194736.1557
Yxy67.19470.33960.4294
Hunter Lab81.9724-27.734931.2295
CIE-Lab85.6022-26.033536.6807

#bde28f color RGB value is (189,226,143).

#bde28f hex color red value is 189, green value is 226 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bde28f hue: 0.24 , saturation: 0.59 and the lightness value of bde28f is 0.72.

The process color (four color CMYK) of #bde28f color hex is 0.16, 0.00, 0.37, 0.11. Web safe color of #bde28f is #cccc99. Color #bde28f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100010 10001111
Octal 275 342 217
Decimal 189 226 143
Hex BD E2 8F

RGB Percentages of Color #bde28f

%33.87
%40.50
%25.63

CMYK Percentages of Color #bde28f

%16
%0
%37
%11

Triadic Colors of #bde28f

#bde28f #8fbde2 #e28fbd

Analogous Colors of #bde28f

#bde28f #94e28f #e2de8f

Monochromatic Colors of #bde28f

#bde28f

Complementary Color

#bde28f #b48fe2

#bde28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde28f Color CSS Codes

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

#bde28f Text Font Color

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

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


#bde28f Background Color

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

This div background color is #bde28f


#bde28f Border Color

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

This div border color is #bde28f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde28f


Comments

No comments written yet.

Please login to write comment.