Color Hex Logo

#eae6be Color Hex

#EAE6BE
(234,230,190)
0 Favorites   0 Comments

Color spaces of #eae6be

RGB 234230190
HSL0.150.510.83
HSV55°19°92°
CMYK 0.000.020.19   0.08
XYZ71.522877.803859.9632
Yxy77.80380.34170.3718
Hunter Lab88.2065-9.623421.4389
CIE-Lab90.6903-5.087820.0138

#eae6be color RGB value is (234,230,190).

#eae6be hex color red value is 234, green value is 230 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #eae6be hue: 0.15 , saturation: 0.51 and the lightness value of eae6be is 0.83.

The process color (four color CMYK) of #eae6be color hex is 0.00, 0.02, 0.19, 0.08. Web safe color of #eae6be is #ffffcc. Color #eae6be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100110 10111110
Octal 352 346 276
Decimal 234 230 190
Hex EA E6 BE

RGB Percentages of Color #eae6be

%35.78
%35.17
%29.05

CMYK Percentages of Color #eae6be

%0
%2
%19
%8

Triadic Colors of #eae6be

#eae6be #beeae6 #e6beea

Analogous Colors of #eae6be

#eae6be #d8eabe #ead0be

Monochromatic Colors of #eae6be

#eae6be

Complementary Color

#eae6be #bec2ea

#eae6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae6be Color CSS Codes

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

#eae6be Text Font Color

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

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


#eae6be Background Color

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

This div background color is #eae6be


#eae6be Border Color

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

This div border color is #eae6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae6be

#eae6be Color Palettes


Comments

No comments written yet.

Please login to write comment.