Color Hex Logo

#ece31b Color Hex

#ECE31B
(236,227,27)
0 Favorites   0 Comments

Color spaces of #ece31b

RGB 23622727
HSL0.160.850.52
HSV57°89°93°
CMYK 0.000.040.89   0.07
XYZ62.259072.850211.8170
Yxy72.85020.42370.4958
Hunter Lab85.3523-19.162451.5380
CIE-Lab88.3762-15.662884.5596

#ece31b color RGB value is (236,227,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100011 00011011
Octal 354 343 33
Decimal 236 227 27
Hex EC E3 1B

RGB Percentages of Color #ece31b

%48.16
%46.33
%5.51

CMYK Percentages of Color #ece31b

%0
%4
%89
%7

Triadic Colors of #ece31b

#ece31b #1bece3 #e31bec

Analogous Colors of #ece31b

#ece31b #8dec1b #ec7b1b

Monochromatic Colors of #ece31b

#ece31b

Complementary Color

#ece31b #1b24ec

#ece31b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece31b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece31b Color CSS Codes

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

#ece31b Text Font Color

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

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


#ece31b Background Color

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

This div background color is #ece31b


#ece31b Border Color

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

This div border color is #ece31b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece31b


Comments

No comments written yet.

Please login to write comment.