Color Hex Logo

#fccf02 Color Hex

#FCCF02
(252,207,2)
0 Favorites   0 Comments

Color spaces of #fccf02

RGB 2522072
HSL0.140.980.50
HSV49°99°99°
CMYK 0.000.180.99   0.01
XYZ62.468765.32559.3741
Yxy65.32550.45540.4762
Hunter Lab80.8242-3.480449.7004
CIE-Lab84.65120.880485.2245

#fccf02 color RGB value is (252,207,2).

#fccf02 hex color red value is 252, green value is 207 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #fccf02 hue: 0.14 , saturation: 0.98 and the lightness value of fccf02 is 0.50.

The process color (four color CMYK) of #fccf02 color hex is 0.00, 0.18, 0.99, 0.01. Web safe color of #fccf02 is #ffcc00. Color #fccf02 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 00000010
Octal 374 317 2
Decimal 252 207 2
Hex FC CF 2

RGB Percentages of Color #fccf02

%54.66
%44.90
%0.43

CMYK Percentages of Color #fccf02

%0
%18
%99
%1

Triadic Colors of #fccf02

#fccf02 #02fccf #cf02fc

Analogous Colors of #fccf02

#fccf02 #acfc02 #fc5202

Monochromatic Colors of #fccf02

#fccf02

Complementary Color

#fccf02 #022ffc

#fccf02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccf02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccf02 Color CSS Codes

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

#fccf02 Text Font Color

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

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


#fccf02 Background Color

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

This div background color is #fccf02


#fccf02 Border Color

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

This div border color is #fccf02


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,207,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fccf02; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fccf02;
  -webkit-box-shadow: 1px 1px 3px 2px #fccf02;
  box-shadow:         1px 1px 3px 2px #fccf02; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccf02


Comments

No comments written yet.

Please login to write comment.