Color Hex Logo

#ece31d Color Hex

#ECE31D
(236,227,29)
0 Favorites   0 Comments

Color spaces of #ece31d

RGB 23622729
HSL0.160.840.52
HSV57°88°93°
CMYK 0.000.040.88   0.07
XYZ62.282972.859711.9431
Yxy72.85970.42340.4954
Hunter Lab85.3579-19.130651.4548
CIE-Lab88.3808-15.626884.2293

#ece31d color RGB value is (236,227,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100011 00011101
Octal 354 343 35
Decimal 236 227 29
Hex EC E3 1D

RGB Percentages of Color #ece31d

%47.97
%46.14
%5.89

CMYK Percentages of Color #ece31d

%0
%4
%88
%7

Triadic Colors of #ece31d

#ece31d #1dece3 #e31dec

Analogous Colors of #ece31d

#ece31d #8eec1d #ec7c1d

Monochromatic Colors of #ece31d

#ece31d

Complementary Color

#ece31d #1d26ec

#ece31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece31d Color CSS Codes

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

#ece31d Text Font Color

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

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


#ece31d Background Color

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

This div background color is #ece31d


#ece31d Border Color

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

This div border color is #ece31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece31d


Comments

No comments written yet.

Please login to write comment.