Color Hex Logo

#bde88e Color Hex

#BDE88E
(189,232,142)
0 Favorites   0 Comments

Color spaces of #bde88e

RGB 189232142
HSL0.250.660.73
HSV89°39°91°
CMYK 0.190.000.39   0.09
XYZ54.725470.485036.3118
Yxy70.48500.33880.4364
Hunter Lab83.9553-30.568533.1250
CIE-Lab87.2342-29.013139.2955

#bde88e color RGB value is (189,232,142).

#bde88e hex color red value is 189, green value is 232 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bde88e hue: 0.25 , saturation: 0.66 and the lightness value of bde88e is 0.73.

The process color (four color CMYK) of #bde88e color hex is 0.19, 0.00, 0.39, 0.09. Web safe color of #bde88e is #ccff99. Color #bde88e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101000 10001110
Octal 275 350 216
Decimal 189 232 142
Hex BD E8 8E

RGB Percentages of Color #bde88e

%33.57
%41.21
%25.22

CMYK Percentages of Color #bde88e

%19
%0
%39
%9

Triadic Colors of #bde88e

#bde88e #8ebde8 #e88ebd

Analogous Colors of #bde88e

#bde88e #90e88e #e8e68e

Monochromatic Colors of #bde88e

#bde88e

Complementary Color

#bde88e #b98ee8

#bde88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde88e Color CSS Codes

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

#bde88e Text Font Color

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

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


#bde88e Background Color

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

This div background color is #bde88e


#bde88e Border Color

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

This div border color is #bde88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde88e


Comments

No comments written yet.

Please login to write comment.