Color Hex Logo

#ead183 Color Hex

#EAD183
(234,209,131)
0 Favorites   0 Comments

Color spaces of #ead183

RGB 234209131
HSL0.130.710.72
HSV45°44°92°
CMYK 0.000.110.44   0.08
XYZ60.828964.732030.7612
Yxy64.73200.38910.4141
Hunter Lab80.4562-5.843433.6507
CIE-Lab84.3454-1.639341.7760

#ead183 color RGB value is (234,209,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010001 10000011
Octal 352 321 203
Decimal 234 209 131
Hex EA D1 83

RGB Percentages of Color #ead183

%40.77
%36.41
%22.82

CMYK Percentages of Color #ead183

%0
%11
%44
%8

Triadic Colors of #ead183

#ead183 #83ead1 #d183ea

Analogous Colors of #ead183

#ead183 #d0ea83 #ea9e83

Monochromatic Colors of #ead183

#ead183

Complementary Color

#ead183 #839cea

#ead183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead183 Color CSS Codes

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

#ead183 Text Font Color

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

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


#ead183 Background Color

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

This div background color is #ead183


#ead183 Border Color

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

This div border color is #ead183


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead183


Comments

No comments written yet.

Please login to write comment.