Color Hex Logo

#bdea80 Color Hex

#BDEA80
(189,234,128)
0 Favorites   0 Comments

Color spaces of #bdea80

RGB 189234128
HSL0.240.720.71
HSV85°45°92°
CMYK 0.190.000.45   0.08
XYZ54.305471.223031.3073
Yxy71.22300.34630.4541
Hunter Lab84.3937-32.828437.0810
CIE-Lab87.5932-31.627646.6036

#bdea80 color RGB value is (189,234,128).

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

The process color (four color CMYK) of #bdea80 color hex is 0.19, 0.00, 0.45, 0.08. Web safe color of #bdea80 is #ccff99. Color #bdea80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 10000000
Octal 275 352 200
Decimal 189 234 128
Hex BD EA 80

RGB Percentages of Color #bdea80

%34.30
%42.47
%23.23

CMYK Percentages of Color #bdea80

%19
%0
%45
%8

Triadic Colors of #bdea80

#bdea80 #80bdea #ea80bd

Analogous Colors of #bdea80

#bdea80 #88ea80 #eae280

Monochromatic Colors of #bdea80

#bdea80

Complementary Color

#bdea80 #ad80ea

#bdea80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdea80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdea80 Color CSS Codes

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

#bdea80 Text Font Color

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

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


#bdea80 Background Color

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

This div background color is #bdea80


#bdea80 Border Color

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

This div border color is #bdea80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdea80


Comments

No comments written yet.

Please login to write comment.