Color Hex Logo

#fccf28 Color Hex

#FCCF28
(252,207,40)
0 Favorites   0 Comments

Color spaces of #fccf28

RGB 25220740
HSL0.130.970.57
HSV47°84°99°
CMYK 0.000.180.84   0.01
XYZ62.840765.474311.3332
Yxy65.47430.45000.4689
Hunter Lab80.9162-2.977648.3371
CIE-Lab84.72761.412579.5889

#fccf28 color RGB value is (252,207,40).

#fccf28 hex color red value is 252, green value is 207 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #fccf28 hue: 0.13 , saturation: 0.97 and the lightness value of fccf28 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 00101000
Octal 374 317 50
Decimal 252 207 40
Hex FC CF 28

RGB Percentages of Color #fccf28

%50.50
%41.48
%8.02

CMYK Percentages of Color #fccf28

%0
%18
%84
%1

Triadic Colors of #fccf28

#fccf28 #28fccf #cf28fc

Analogous Colors of #fccf28

#fccf28 #bffc28 #fc6528

Monochromatic Colors of #fccf28

#fccf28

Complementary Color

#fccf28 #2855fc

#fccf28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccf28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccf28 Color CSS Codes

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

#fccf28 Text Font Color

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

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


#fccf28 Background Color

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

This div background color is #fccf28


#fccf28 Border Color

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

This div border color is #fccf28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccf28


Comments

No comments written yet.

Please login to write comment.