color codes Logo

#e3dc6b color codes

#E3DC6B
(227,220,107)
0 Favorites   0 Comments

Color spaces of #e3dc6b

RGB 227220107
HSL0.160.680.65
HSV57°53°89°
CMYK 0.000.030.53   0.11
XYZ59.925668.578823.9885
Yxy68.57880.39300.4497
Hunter Lab82.8123-15.753340.7939
CIE-Lab86.2950-12.186355.5771

#e3dc6b color RGB value is (227,220,107).

#e3dc6b hex color red value is 227, green value is 220 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #e3dc6b hue: 0.16 , saturation: 0.68 and the lightness value of e3dc6b is 0.65.

The process color (four color CMYK) of #e3dc6b color code is 0.00, 0.03, 0.53, 0.11. Web safe color of #e3dc6b is #cccc66. Color #e3dc6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11011100 01101011
Octal 343 334 153
Decimal 227 220 107
Hex E3 DC 6B

RGB Percentages of Color #e3dc6b

%40.97
%39.71
%19.31

CMYK Percentages of Color #e3dc6b

%0
%3
%53
%11

Triadic Colors of #e3dc6b

#e3dc6b #6be3dc #dc6be3

Analogous Colors of #e3dc6b

#e3dc6b #aee36b #e3a06b

Monochromatic Colors of #e3dc6b

#e3dc6b

Complementary Color

#e3dc6b #6b72e3

#e3dc6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3dc6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3dc6b Color CSS Codes

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

#e3dc6b Text Font Color

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

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


#e3dc6b Background Color

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

This div background color is #e3dc6b


#e3dc6b Border Color

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

This div border color is #e3dc6b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,220,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e3dc6b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e3dc6b;
  -webkit-box-shadow: 1px 1px 3px 2px #e3dc6b;
  box-shadow:         1px 1px 3px 2px #e3dc6b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,220,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3dc6b


Comments

No comments written yet.

Please login to write comment.