Color Hex Logo

#bdea5f Color Hex

#BDEA5F
(189,234,95)
0 Favorites   0 Comments

Color spaces of #bdea5f

RGB 18923495
HSL0.220.770.65
HSV79°59°92°
CMYK 0.190.000.59   0.08
XYZ52.474670.490721.6668
Yxy70.49070.36280.4874
Hunter Lab83.9587-35.364543.4705
CIE-Lab87.2370-34.807861.2310

#bdea5f color RGB value is (189,234,95).

#bdea5f hex color red value is 189, green value is 234 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bdea5f hue: 0.22 , saturation: 0.77 and the lightness value of bdea5f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 01011111
Octal 275 352 137
Decimal 189 234 95
Hex BD EA 5F

RGB Percentages of Color #bdea5f

%36.49
%45.17
%18.34

CMYK Percentages of Color #bdea5f

%19
%0
%59
%8

Triadic Colors of #bdea5f

#bdea5f #5fbdea #ea5fbd

Analogous Colors of #bdea5f

#bdea5f #78ea5f #ead25f

Monochromatic Colors of #bdea5f

#bdea5f

Complementary Color

#bdea5f #8c5fea

#bdea5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdea5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdea5f Color CSS Codes

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

#bdea5f Text Font Color

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

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


#bdea5f Background Color

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

This div background color is #bdea5f


#bdea5f Border Color

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

This div border color is #bdea5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdea5f


Comments

No comments written yet.

Please login to write comment.