Color Hex Logo

#ead095 Color Hex

#EAD095
(234,208,149)
0 Favorites   0 Comments

Color spaces of #ead095

RGB 234208149
HSL0.120.670.75
HSV42°36°92°
CMYK 0.000.110.36   0.08
XYZ61.912464.774137.6733
Yxy64.77410.37670.3941
Hunter Lab80.4824-3.530028.5844
CIE-Lab84.36720.810232.6402

#ead095 color RGB value is (234,208,149).

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

The process color (four color CMYK) of #ead095 color hex is 0.00, 0.11, 0.36, 0.08. Web safe color of #ead095 is #ffcc99. Color #ead095 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010000 10010101
Octal 352 320 225
Decimal 234 208 149
Hex EA D0 95

RGB Percentages of Color #ead095

%39.59
%35.19
%25.21

CMYK Percentages of Color #ead095

%0
%11
%36
%8

Triadic Colors of #ead095

#ead095 #95ead0 #d095ea

Analogous Colors of #ead095

#ead095 #daea95 #eaa695

Monochromatic Colors of #ead095

#ead095

Complementary Color

#ead095 #95afea

#ead095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead095 Color CSS Codes

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

#ead095 Text Font Color

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

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


#ead095 Background Color

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

This div background color is #ead095


#ead095 Border Color

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

This div border color is #ead095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead095


Comments

No comments written yet.

Please login to write comment.