Color Hex Logo

#ead469 Color Hex

#EAD469
(234,212,105)
0 Favorites   0 Comments

Color spaces of #ead469

RGB 234212105
HSL0.140.750.66
HSV50°55°92°
CMYK 0.000.090.55   0.08
XYZ60.025065.599322.8629
Yxy65.59930.40420.4418
Hunter Lab80.9934-9.450339.9589
CIE-Lab84.7916-5.469054.9046

#ead469 color RGB value is (234,212,105).

#ead469 hex color red value is 234, green value is 212 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #ead469 hue: 0.14 , saturation: 0.75 and the lightness value of ead469 is 0.66.

The process color (four color CMYK) of #ead469 color hex is 0.00, 0.09, 0.55, 0.08. Web safe color of #ead469 is #ffcc66. Color #ead469 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010100 01101001
Octal 352 324 151
Decimal 234 212 105
Hex EA D4 69

RGB Percentages of Color #ead469

%42.47
%38.48
%19.06

CMYK Percentages of Color #ead469

%0
%9
%55
%8

Triadic Colors of #ead469

#ead469 #69ead4 #d469ea

Analogous Colors of #ead469

#ead469 #c0ea69 #ea9469

Monochromatic Colors of #ead469

#ead469

Complementary Color

#ead469 #697fea

#ead469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead469 Color CSS Codes

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

#ead469 Text Font Color

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

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


#ead469 Background Color

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

This div background color is #ead469


#ead469 Border Color

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

This div border color is #ead469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead469


Comments

No comments written yet.

Please login to write comment.