Color Hex Logo

#ffcc48 Color Hex

#FFCC48
(255,204,72)
0 Favorites   0 Comments

Color spaces of #ffcc48

RGB 25520472
HSL0.121.000.64
HSV43°72°100°
CMYK 0.000.200.72   0.00
XYZ64.002664.913615.2872
Yxy64.91360.44380.4502
Hunter Lab80.56900.801645.1486
CIE-Lab84.43925.323669.2223

#ffcc48 color RGB value is (255,204,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 01001000
Octal 377 314 110
Decimal 255 204 72
Hex FF CC 48

RGB Percentages of Color #ffcc48

%48.02
%38.42
%13.56

CMYK Percentages of Color #ffcc48

%0
%20
%72
%0

Triadic Colors of #ffcc48

#ffcc48 #48ffcc #cc48ff

Analogous Colors of #ffcc48

#ffcc48 #d7ff48 #ff7148

Monochromatic Colors of #ffcc48

#ffcc48

Complementary Color

#ffcc48 #487bff

#ffcc48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcc48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcc48 Color CSS Codes

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

#ffcc48 Text Font Color

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

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


#ffcc48 Background Color

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

This div background color is #ffcc48


#ffcc48 Border Color

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

This div border color is #ffcc48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcc48

Related Colors

#ffcc48 Color Palettes


Comments

No comments written yet.

Please login to write comment.