Color Hex Logo

#ecdb93 Color Hex

#ECDB93
(236,219,147)
0 Favorites   0 Comments

Color spaces of #ecdb93

RGB 236219147
HSL0.130.700.75
HSV49°38°93°
CMYK 0.000.070.38   0.07
XYZ65.190070.602537.7955
Yxy70.60250.37550.4067
Hunter Lab84.0253-8.557232.1484
CIE-Lab87.2915-4.277337.5305

#ecdb93 color RGB value is (236,219,147).

#ecdb93 hex color red value is 236, green value is 219 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ecdb93 hue: 0.13 , saturation: 0.70 and the lightness value of ecdb93 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011011 10010011
Octal 354 333 223
Decimal 236 219 147
Hex EC DB 93

RGB Percentages of Color #ecdb93

%39.20
%36.38
%24.42

CMYK Percentages of Color #ecdb93

%0
%7
%38
%7

Triadic Colors of #ecdb93

#ecdb93 #93ecdb #db93ec

Analogous Colors of #ecdb93

#ecdb93 #d1ec93 #ecaf93

Monochromatic Colors of #ecdb93

#ecdb93

Complementary Color

#ecdb93 #93a4ec

#ecdb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdb93 Color CSS Codes

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

#ecdb93 Text Font Color

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

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


#ecdb93 Background Color

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

This div background color is #ecdb93


#ecdb93 Border Color

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

This div border color is #ecdb93


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,219,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ecdb93; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ecdb93;
  -webkit-box-shadow: 1px 1px 3px 2px #ecdb93;
  box-shadow:         1px 1px 3px 2px #ecdb93; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,219,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdb93


Comments

No comments written yet.

Please login to write comment.