Color Hex Logo

#ead380 Color Hex

#EAD380
(234,211,128)
0 Favorites   0 Comments

Color spaces of #ead380

RGB 234211128
HSL0.130.720.71
HSV47°45°92°
CMYK 0.000.100.45   0.08
XYZ61.122265.639529.8703
Yxy65.63950.39020.4191
Hunter Lab81.0182-7.116934.8533
CIE-Lab84.8122-2.959843.8601

#ead380 color RGB value is (234,211,128).

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

The process color (four color CMYK) of #ead380 color hex is 0.00, 0.10, 0.45, 0.08. Web safe color of #ead380 is #ffcc99. Color #ead380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010011 10000000
Octal 352 323 200
Decimal 234 211 128
Hex EA D3 80

RGB Percentages of Color #ead380

%40.84
%36.82
%22.34

CMYK Percentages of Color #ead380

%0
%10
%45
%8

Triadic Colors of #ead380

#ead380 #80ead3 #d380ea

Analogous Colors of #ead380

#ead380 #ccea80 #ea9e80

Monochromatic Colors of #ead380

#ead380

Complementary Color

#ead380 #8097ea

#ead380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead380 Color CSS Codes

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

#ead380 Text Font Color

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

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


#ead380 Background Color

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

This div background color is #ead380


#ead380 Border Color

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

This div border color is #ead380


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,211,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 #ead380">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead380


Comments

No comments written yet.

Please login to write comment.