Color Hex Logo

#bdea93 Color Hex

#BDEA93
(189,234,147)
0 Favorites   0 Comments

Color spaces of #bdea93

RGB 189234147
HSL0.250.670.75
HSV91°37°92°
CMYK 0.190.000.37   0.08
XYZ55.675571.771038.5225
Yxy71.77100.33550.4324
Hunter Lab84.7178-30.948032.3423
CIE-Lab87.8582-29.309637.6121

#bdea93 color RGB value is (189,234,147).

#bdea93 hex color red value is 189, green value is 234 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bdea93 hue: 0.25 , saturation: 0.67 and the lightness value of bdea93 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 10010011
Octal 275 352 223
Decimal 189 234 147
Hex BD EA 93

RGB Percentages of Color #bdea93

%33.16
%41.05
%25.79

CMYK Percentages of Color #bdea93

%19
%0
%37
%8

Triadic Colors of #bdea93

#bdea93 #93bdea #ea93bd

Analogous Colors of #bdea93

#bdea93 #93ea95 #e9ea93

Monochromatic Colors of #bdea93

#bdea93

Complementary Color

#bdea93 #c093ea

#bdea93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdea93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdea93 Color CSS Codes

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

#bdea93 Text Font Color

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

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


#bdea93 Background Color

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

This div background color is #bdea93


#bdea93 Border Color

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

This div border color is #bdea93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdea93


Comments

No comments written yet.

Please login to write comment.