Color Hex Logo

#ffcc12 Color Hex

#FFCC12
(255,204,18)
0 Favorites   0 Comments

Color spaces of #ffcc12

RGB 25520418
HSL0.131.000.54
HSV47°93°100°
CMYK 0.000.200.93   0.00
XYZ62.942064.48949.7026
Yxy64.48940.45900.4703
Hunter Lab80.3053-0.628849.0502
CIE-Lab84.21993.834483.4612

#ffcc12 color RGB value is (255,204,18).

#ffcc12 hex color red value is 255, green value is 204 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #ffcc12 hue: 0.13 , saturation: 1.00 and the lightness value of ffcc12 is 0.54.

The process color (four color CMYK) of #ffcc12 color hex is 0.00, 0.20, 0.93, 0.00. Web safe color of #ffcc12 is #ffcc00. Color #ffcc12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 00010010
Octal 377 314 22
Decimal 255 204 18
Hex FF CC 12

RGB Percentages of Color #ffcc12

%53.46
%42.77
%3.77

CMYK Percentages of Color #ffcc12

%0
%20
%93
%0

Triadic Colors of #ffcc12

#ffcc12 #12ffcc #cc12ff

Analogous Colors of #ffcc12

#ffcc12 #bcff12 #ff5512

Monochromatic Colors of #ffcc12

#ffcc12

Complementary Color

#ffcc12 #1245ff

#ffcc12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcc12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcc12 Color CSS Codes

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

#ffcc12 Text Font Color

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

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


#ffcc12 Background Color

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

This div background color is #ffcc12


#ffcc12 Border Color

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

This div border color is #ffcc12


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,204,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcc12

Related Colors


Comments

No comments written yet.

Please login to write comment.