Color Hex Logo

#bde888 Color Hex

#BDE888
(189,232,136)
0 Favorites   0 Comments

Color spaces of #bde888

RGB 189232136
HSL0.240.680.72
HSV87°41°91°
CMYK 0.190.000.41   0.09
XYZ54.286870.309634.0024
Yxy70.30960.34230.4433
Hunter Lab83.8508-31.174234.6528
CIE-Lab87.1485-29.757942.1526

#bde888 color RGB value is (189,232,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101000 10001000
Octal 275 350 210
Decimal 189 232 136
Hex BD E8 88

RGB Percentages of Color #bde888

%33.93
%41.65
%24.42

CMYK Percentages of Color #bde888

%19
%0
%41
%9

Triadic Colors of #bde888

#bde888 #88bde8 #e888bd

Analogous Colors of #bde888

#bde888 #8de888 #e8e388

Monochromatic Colors of #bde888

#bde888

Complementary Color

#bde888 #b388e8

#bde888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde888 Color CSS Codes

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

#bde888 Text Font Color

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

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


#bde888 Background Color

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

This div background color is #bde888


#bde888 Border Color

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

This div border color is #bde888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde888


Comments

No comments written yet.

Please login to write comment.