Color Hex Logo

#ece30f Color Hex

#ECE30F
(236,227,15)
0 Favorites   0 Comments

Color spaces of #ece30f

RGB 23622715
HSL0.160.880.49
HSV58°94°93°
CMYK 0.000.040.94   0.07
XYZ62.147472.805511.2293
Yxy72.80550.42510.4980
Hunter Lab85.3261-19.310051.9255
CIE-Lab88.3549-15.830386.1313

#ece30f color RGB value is (236,227,15).

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

The process color (four color CMYK) of #ece30f color hex is 0.00, 0.04, 0.94, 0.07. Web safe color of #ece30f is #ffcc00. Color #ece30f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100011 00001111
Octal 354 343 17
Decimal 236 227 15
Hex EC E3 F

RGB Percentages of Color #ece30f

%49.37
%47.49
%3.14

CMYK Percentages of Color #ece30f

%0
%4
%94
%7

Triadic Colors of #ece30f

#ece30f #0fece3 #e30fec

Analogous Colors of #ece30f

#ece30f #87ec0f #ec750f

Monochromatic Colors of #ece30f

#ece30f

Complementary Color

#ece30f #0f18ec

#ece30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece30f Color CSS Codes

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

#ece30f Text Font Color

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

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


#ece30f Background Color

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

This div background color is #ece30f


#ece30f Border Color

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

This div border color is #ece30f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece30f


Comments

No comments written yet.

Please login to write comment.