Color Hex Logo

#e6cc1b Color Hex

#E6CC1B
(230,204,27)
0 Favorites   0 Comments

Color spaces of #e6cc1b

RGB 23020427
HSL0.150.800.50
HSV52°88°90°
CMYK 0.000.110.88   0.10
XYZ54.423860.08799.7666
Yxy60.08790.43790.4835
Hunter Lab77.5164-10.329946.7913
CIE-Lab81.8859-6.725979.2411

#e6cc1b color RGB value is (230,204,27).

#e6cc1b hex color red value is 230, green value is 204 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #e6cc1b hue: 0.15 , saturation: 0.80 and the lightness value of e6cc1b is 0.50.

The process color (four color CMYK) of #e6cc1b color hex is 0.00, 0.11, 0.88, 0.10. Web safe color of #e6cc1b is #ffcc33. Color #e6cc1b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001100 00011011
Octal 346 314 33
Decimal 230 204 27
Hex E6 CC 1B

RGB Percentages of Color #e6cc1b

%49.89
%44.25
%5.86

CMYK Percentages of Color #e6cc1b

%0
%11
%88
%10

Triadic Colors of #e6cc1b

#e6cc1b #1be6cc #cc1be6

Analogous Colors of #e6cc1b

#e6cc1b #9be61b #e6671b

Monochromatic Colors of #e6cc1b

#e6cc1b

Complementary Color

#e6cc1b #1b35e6

#e6cc1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6cc1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6cc1b Color CSS Codes

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

#e6cc1b Text Font Color

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

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


#e6cc1b Background Color

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

This div background color is #e6cc1b


#e6cc1b Border Color

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

This div border color is #e6cc1b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,204,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 #e6cc1b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6cc1b


Comments

No comments written yet.

Please login to write comment.