Color Hex Logo

#bded8d Color Hex

#BDED8D
(189,237,141)
0 Favorites   0 Comments

Color spaces of #bded8d

RGB 189237141
HSL0.250.730.74
HSV90°41°93°
CMYK 0.200.000.41   0.07
XYZ56.078273.310336.3940
Yxy73.31030.33830.4422
Hunter Lab85.6214-32.928034.7334
CIE-Lab88.5955-31.481241.5380

#bded8d color RGB value is (189,237,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 10001101
Octal 275 355 215
Decimal 189 237 141
Hex BD ED 8D

RGB Percentages of Color #bded8d

%33.33
%41.80
%24.87

CMYK Percentages of Color #bded8d

%20
%0
%41
%7

Triadic Colors of #bded8d

#bded8d #8dbded #ed8dbd

Analogous Colors of #bded8d

#bded8d #8ded8d #eded8d

Monochromatic Colors of #bded8d

#bded8d

Complementary Color

#bded8d #bd8ded

#bded8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bded8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bded8d Color CSS Codes

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

#bded8d Text Font Color

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

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


#bded8d Background Color

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

This div background color is #bded8d


#bded8d Border Color

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

This div border color is #bded8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bded8d


Comments

No comments written yet.

Please login to write comment.