Color Hex Logo

#eebd7d Color Hex

#EEBD7D
(238,189,125)
0 Favorites   0 Comments

Color spaces of #eebd7d

RGB 238189125
HSL0.090.770.71
HSV34°47°93°
CMYK 0.000.210.47   0.07
XYZ57.159256.053027.2087
Yxy56.05300.40710.3992
Hunter Lab74.86865.257830.8608
CIE-Lab79.64409.780538.9299

#eebd7d color RGB value is (238,189,125).

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

The process color (four color CMYK) of #eebd7d color hex is 0.00, 0.21, 0.47, 0.07. Web safe color of #eebd7d is #ffcc66. Color #eebd7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 01111101
Octal 356 275 175
Decimal 238 189 125
Hex EE BD 7D

RGB Percentages of Color #eebd7d

%43.12
%34.24
%22.64

CMYK Percentages of Color #eebd7d

%0
%21
%47
%7

Triadic Colors of #eebd7d

#eebd7d #7deebd #bd7dee

Analogous Colors of #eebd7d

#eebd7d #e7ee7d #ee857d

Monochromatic Colors of #eebd7d

#eebd7d

Complementary Color

#eebd7d #7daeee

#eebd7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebd7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebd7d Color CSS Codes

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

#eebd7d Text Font Color

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

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


#eebd7d Background Color

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

This div background color is #eebd7d


#eebd7d Border Color

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

This div border color is #eebd7d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,189,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebd7d


Comments

No comments written yet.

Please login to write comment.