Color Hex Logo

#bdea7d Color Hex

#BDEA7D
(189,234,125)
0 Favorites   0 Comments

Color spaces of #bdea7d

RGB 189234125
HSL0.240.720.70
HSV85°47°92°
CMYK 0.190.000.47   0.08
XYZ54.110871.145130.2825
Yxy71.14510.34790.4574
Hunter Lab84.3476-33.096637.7570
CIE-Lab87.5555-31.960947.9948

#bdea7d color RGB value is (189,234,125).

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

The process color (four color CMYK) of #bdea7d color hex is 0.19, 0.00, 0.47, 0.08. Web safe color of #bdea7d is #ccff66. Color #bdea7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 01111101
Octal 275 352 175
Decimal 189 234 125
Hex BD EA 7D

RGB Percentages of Color #bdea7d

%34.49
%42.70
%22.81

CMYK Percentages of Color #bdea7d

%19
%0
%47
%8

Triadic Colors of #bdea7d

#bdea7d #7dbdea #ea7dbd

Analogous Colors of #bdea7d

#bdea7d #87ea7d #eae17d

Monochromatic Colors of #bdea7d

#bdea7d

Complementary Color

#bdea7d #aa7dea

#bdea7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdea7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdea7d Color CSS Codes

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

#bdea7d Text Font Color

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

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


#bdea7d Background Color

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

This div background color is #bdea7d


#bdea7d Border Color

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

This div border color is #bdea7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdea7d


Comments

No comments written yet.

Please login to write comment.