Color Hex Logo

#ffcc49 Color Hex

#FFCC49
(255,204,73)
0 Favorites   0 Comments

Color spaces of #ffcc49

RGB 25520473
HSL0.121.000.64
HSV43°71°100°
CMYK 0.000.200.71   0.00
XYZ64.035564.926815.4604
Yxy64.92680.44340.4496
Hunter Lab80.57720.845745.0280
CIE-Lab84.44605.369368.8429

#ffcc49 color RGB value is (255,204,73).

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

The process color (four color CMYK) of #ffcc49 color hex is 0.00, 0.20, 0.71, 0.00. Web safe color of #ffcc49 is #ffcc33. Color #ffcc49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 01001001
Octal 377 314 111
Decimal 255 204 73
Hex FF CC 49

RGB Percentages of Color #ffcc49

%47.93
%38.35
%13.72

CMYK Percentages of Color #ffcc49

%0
%20
%71
%0

Triadic Colors of #ffcc49

#ffcc49 #49ffcc #cc49ff

Analogous Colors of #ffcc49

#ffcc49 #d7ff49 #ff7149

Monochromatic Colors of #ffcc49

#ffcc49

Complementary Color

#ffcc49 #497cff

#ffcc49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcc49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcc49 Color CSS Codes

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

#ffcc49 Text Font Color

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

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


#ffcc49 Background Color

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

This div background color is #ffcc49


#ffcc49 Border Color

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

This div border color is #ffcc49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcc49


Comments

No comments written yet.

Please login to write comment.