Color Hex Logo

#eebd83 Color Hex

#EEBD83
(238,189,131)
0 Favorites   0 Comments

Color spaces of #eebd83

RGB 238189131
HSL0.090.760.72
HSV33°45°93°
CMYK 0.000.210.45   0.07
XYZ57.554256.211029.2891
Yxy56.21100.40230.3929
Hunter Lab74.97405.822029.3198
CIE-Lab79.733810.363435.9525

#eebd83 color RGB value is (238,189,131).

#eebd83 hex color red value is 238, green value is 189 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #eebd83 hue: 0.09 , saturation: 0.76 and the lightness value of eebd83 is 0.72.

The process color (four color CMYK) of #eebd83 color hex is 0.00, 0.21, 0.45, 0.07. Web safe color of #eebd83 is #ffcc99. Color #eebd83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 10000011
Octal 356 275 203
Decimal 238 189 131
Hex EE BD 83

RGB Percentages of Color #eebd83

%42.65
%33.87
%23.48

CMYK Percentages of Color #eebd83

%0
%21
%45
%7

Triadic Colors of #eebd83

#eebd83 #83eebd #bd83ee

Analogous Colors of #eebd83

#eebd83 #eaee83 #ee8883

Monochromatic Colors of #eebd83

#eebd83

Complementary Color

#eebd83 #83b4ee

#eebd83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebd83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebd83 Color CSS Codes

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

#eebd83 Text Font Color

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

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


#eebd83 Background Color

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

This div background color is #eebd83


#eebd83 Border Color

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

This div border color is #eebd83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebd83


Comments

No comments written yet.

Please login to write comment.