Color Hex Logo

#ece30b Color Hex

#ECE30B
(236,227,11)
0 Favorites   0 Comments

Color spaces of #ece30b

RGB 23622711
HSL0.160.910.48
HSV58°95°93°
CMYK 0.000.040.95   0.07
XYZ62.121672.795211.0933
Yxy72.79520.42550.4986
Hunter Lab85.3201-19.344352.0152
CIE-Lab88.3499-15.869286.5029

#ece30b color RGB value is (236,227,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100011 00001011
Octal 354 343 13
Decimal 236 227 11
Hex EC E3 B

RGB Percentages of Color #ece30b

%49.79
%47.89
%2.32

CMYK Percentages of Color #ece30b

%0
%4
%95
%7

Triadic Colors of #ece30b

#ece30b #0bece3 #e30bec

Analogous Colors of #ece30b

#ece30b #85ec0b #ec730b

Monochromatic Colors of #ece30b

#ece30b

Complementary Color

#ece30b #0b14ec

#ece30b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece30b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece30b Color CSS Codes

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

#ece30b Text Font Color

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

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


#ece30b Background Color

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

This div background color is #ece30b


#ece30b Border Color

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

This div border color is #ece30b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece30b


Comments

No comments written yet.

Please login to write comment.