Color Hex Logo

#eceb1d Color Hex

#ECEB1D
(236,235,29)
0 Favorites   0 Comments

Color spaces of #eceb1d

RGB 23623529
HSL0.170.840.52
HSV60°88°93°
CMYK 0.000.000.88   0.07
XYZ64.522277.338212.6895
Yxy77.33820.41750.5004
Hunter Lab87.9421-22.935253.0043
CIE-Lab90.4770-19.518985.8893

#eceb1d color RGB value is (236,235,29).

#eceb1d hex color red value is 236, green value is 235 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #eceb1d hue: 0.17 , saturation: 0.84 and the lightness value of eceb1d is 0.52.

The process color (four color CMYK) of #eceb1d color hex is 0.00, 0.00, 0.88, 0.07. Web safe color of #eceb1d is #ffff33. Color #eceb1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101011 00011101
Octal 354 353 35
Decimal 236 235 29
Hex EC EB 1D

RGB Percentages of Color #eceb1d

%47.20
%47.00
%5.80

CMYK Percentages of Color #eceb1d

%0
%0
%88
%7

Triadic Colors of #eceb1d

#eceb1d #1deceb #eb1dec

Analogous Colors of #eceb1d

#eceb1d #86ec1d #ec841d

Monochromatic Colors of #eceb1d

#eceb1d

Complementary Color

#eceb1d #1d1eec

#eceb1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eceb1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eceb1d Color CSS Codes

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

#eceb1d Text Font Color

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

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


#eceb1d Background Color

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

This div background color is #eceb1d


#eceb1d Border Color

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

This div border color is #eceb1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eceb1d


Comments

No comments written yet.

Please login to write comment.