Color Hex Logo

#ecd318 Color Hex

#ECD318
(236,211,24)
0 Favorites   0 Comments

Color spaces of #ecd318

RGB 23621124
HSL0.150.850.51
HSV53°90°93°
CMYK 0.000.110.90   0.07
XYZ58.051264.487310.2518
Yxy64.48730.43720.4856
Hunter Lab80.3040-11.495548.6437
CIE-Lab84.2188-7.754781.8047

#ecd318 color RGB value is (236,211,24).

#ecd318 hex color red value is 236, green value is 211 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #ecd318 hue: 0.15 , saturation: 0.85 and the lightness value of ecd318 is 0.51.

The process color (four color CMYK) of #ecd318 color hex is 0.00, 0.11, 0.90, 0.07. Web safe color of #ecd318 is #ffcc00. Color #ecd318 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010011 00011000
Octal 354 323 30
Decimal 236 211 24
Hex EC D3 18

RGB Percentages of Color #ecd318

%50.11
%44.80
%5.10

CMYK Percentages of Color #ecd318

%0
%11
%90
%7

Triadic Colors of #ecd318

#ecd318 #18ecd3 #d318ec

Analogous Colors of #ecd318

#ecd318 #9bec18 #ec6918

Monochromatic Colors of #ecd318

#ecd318

Complementary Color

#ecd318 #1831ec

#ecd318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd318 Color CSS Codes

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

#ecd318 Text Font Color

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

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


#ecd318 Background Color

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

This div background color is #ecd318


#ecd318 Border Color

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

This div border color is #ecd318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd318


Comments

No comments written yet.

Please login to write comment.