Color Hex Logo

#ffcc14 Color Hex

#FFCC14
(255,204,20)
0 Favorites   0 Comments

Color spaces of #ffcc14

RGB 25520420
HSL0.131.000.54
HSV47°92°100°
CMYK 0.000.200.92   0.00
XYZ62.959164.49629.7925
Yxy64.49620.45870.4699
Hunter Lab80.3095-0.605648.9872
CIE-Lab84.22353.858783.1922

#ffcc14 color RGB value is (255,204,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 00010100
Octal 377 314 24
Decimal 255 204 20
Hex FF CC 14

RGB Percentages of Color #ffcc14

%53.24
%42.59
%4.18

CMYK Percentages of Color #ffcc14

%0
%20
%92
%0

Triadic Colors of #ffcc14

#ffcc14 #14ffcc #cc14ff

Analogous Colors of #ffcc14

#ffcc14 #bdff14 #ff5614

Monochromatic Colors of #ffcc14

#ffcc14

Complementary Color

#ffcc14 #1447ff

#ffcc14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcc14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcc14 Color CSS Codes

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

#ffcc14 Text Font Color

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

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


#ffcc14 Background Color

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

This div background color is #ffcc14


#ffcc14 Border Color

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

This div border color is #ffcc14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcc14


Comments

No comments written yet.

Please login to write comment.