Color Hex Logo

#bde48f Color Hex

#BDE48F
(189,228,143)
0 Favorites   0 Comments

Color spaces of #bde48f

RGB 189228143
HSL0.240.610.73
HSV88°37°89°
CMYK 0.170.000.37   0.11
XYZ53.687668.288836.3380
Yxy68.28880.33910.4313
Hunter Lab82.6370-28.647031.7743
CIE-Lab86.1507-26.988937.3940

#bde48f color RGB value is (189,228,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100100 10001111
Octal 275 344 217
Decimal 189 228 143
Hex BD E4 8F

RGB Percentages of Color #bde48f

%33.75
%40.71
%25.54

CMYK Percentages of Color #bde48f

%17
%0
%37
%11

Triadic Colors of #bde48f

#bde48f #8fbde4 #e48fbd

Analogous Colors of #bde48f

#bde48f #93e48f #e4e18f

Monochromatic Colors of #bde48f

#bde48f

Complementary Color

#bde48f #b68fe4

#bde48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde48f Color CSS Codes

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

#bde48f Text Font Color

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

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


#bde48f Background Color

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

This div background color is #bde48f


#bde48f Border Color

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

This div border color is #bde48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde48f


Comments

No comments written yet.

Please login to write comment.