Color Hex Logo

#ecb227 Color Hex

#ECB227
(236,178,39)
0 Favorites   0 Comments

Color spaces of #ecb227

RGB 23617839
HSL0.120.840.54
HSV42°83°93°
CMYK 0.000.250.83   0.07
XYZ50.878749.82018.8541
Yxy49.82010.46440.4548
Hunter Lab70.58345.147541.9709
CIE-Lab75.95879.604371.9016

#ecb227 color RGB value is (236,178,39).

#ecb227 hex color red value is 236, green value is 178 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #ecb227 hue: 0.12 , saturation: 0.84 and the lightness value of ecb227 is 0.54.

The process color (four color CMYK) of #ecb227 color hex is 0.00, 0.25, 0.83, 0.07. Web safe color of #ecb227 is #ff9933. Color #ecb227 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110010 00100111
Octal 354 262 47
Decimal 236 178 39
Hex EC B2 27

RGB Percentages of Color #ecb227

%52.10
%39.29
%8.61

CMYK Percentages of Color #ecb227

%0
%25
%83
%7

Triadic Colors of #ecb227

#ecb227 #27ecb2 #b227ec

Analogous Colors of #ecb227

#ecb227 #c4ec27 #ec5027

Monochromatic Colors of #ecb227

#ecb227

Complementary Color

#ecb227 #2761ec

#ecb227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb227 Color CSS Codes

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

#ecb227 Text Font Color

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

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


#ecb227 Background Color

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

This div background color is #ecb227


#ecb227 Border Color

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

This div border color is #ecb227


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb227


Comments

No comments written yet.

Please login to write comment.