Color Hex Logo

#ffcc2a Color Hex

#FFCC2A
(255,204,42)
0 Favorites   0 Comments

Color spaces of #ffcc2a

RGB 25520442
HSL0.131.000.58
HSV46°84°100°
CMYK 0.000.200.84   0.00
XYZ63.250864.612911.3283
Yxy64.61290.45440.4642
Hunter Lab80.3821-0.211447.9117
CIE-Lab84.28394.270478.8375

#ffcc2a color RGB value is (255,204,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 00101010
Octal 377 314 52
Decimal 255 204 42
Hex FF CC 2A

RGB Percentages of Color #ffcc2a

%50.90
%40.72
%8.38

CMYK Percentages of Color #ffcc2a

%0
%20
%84
%0

Triadic Colors of #ffcc2a

#ffcc2a #2affcc #cc2aff

Analogous Colors of #ffcc2a

#ffcc2a #c8ff2a #ff612a

Monochromatic Colors of #ffcc2a

#ffcc2a

Complementary Color

#ffcc2a #2a5dff

#ffcc2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcc2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcc2a Color CSS Codes

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

#ffcc2a Text Font Color

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

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


#ffcc2a Background Color

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

This div background color is #ffcc2a


#ffcc2a Border Color

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

This div border color is #ffcc2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcc2a

Related Colors


Comments

No comments written yet.

Please login to write comment.