Color Hex Logo

#bded8e Color Hex

#BDED8E
(189,237,142)
0 Favorites   0 Comments

Color spaces of #bded8e

RGB 189237142
HSL0.250.730.74
HSV90°40°93°
CMYK 0.200.000.40   0.07
XYZ56.152973.340236.7877
Yxy73.34020.33770.4411
Hunter Lab85.6389-32.826734.4782
CIE-Lab88.6097-31.356341.0638

#bded8e color RGB value is (189,237,142).

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

The process color (four color CMYK) of #bded8e color hex is 0.20, 0.00, 0.40, 0.07. Web safe color of #bded8e is #ccff99. Color #bded8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 10001110
Octal 275 355 216
Decimal 189 237 142
Hex BD ED 8E

RGB Percentages of Color #bded8e

%33.27
%41.73
%25.00

CMYK Percentages of Color #bded8e

%20
%0
%40
%7

Triadic Colors of #bded8e

#bded8e #8ebded #ed8ebd

Analogous Colors of #bded8e

#bded8e #8eed8f #eded8e

Monochromatic Colors of #bded8e

#bded8e

Complementary Color

#bded8e #be8eed

#bded8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bded8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bded8e Color CSS Codes

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

#bded8e Text Font Color

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

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


#bded8e Background Color

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

This div background color is #bded8e


#bded8e Border Color

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

This div border color is #bded8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bded8e


Comments

No comments written yet.

Please login to write comment.