Color Hex Logo

#fccf14 Color Hex

#FCCF14
(252,207,20)
0 Favorites   0 Comments

Color spaces of #fccf14

RGB 25220720
HSL0.130.970.53
HSV48°92°99°
CMYK 0.000.180.92   0.01
XYZ62.584065.37169.9813
Yxy65.37160.45370.4739
Hunter Lab80.8527-3.324449.2775
CIE-Lab84.67491.045783.3983

#fccf14 color RGB value is (252,207,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 00010100
Octal 374 317 24
Decimal 252 207 20
Hex FC CF 14

RGB Percentages of Color #fccf14

%52.61
%43.22
%4.18

CMYK Percentages of Color #fccf14

%0
%18
%92
%1

Triadic Colors of #fccf14

#fccf14 #14fccf #cf14fc

Analogous Colors of #fccf14

#fccf14 #b5fc14 #fc5b14

Monochromatic Colors of #fccf14

#fccf14

Complementary Color

#fccf14 #1441fc

#fccf14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccf14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccf14 Color CSS Codes

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

#fccf14 Text Font Color

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

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


#fccf14 Background Color

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

This div background color is #fccf14


#fccf14 Border Color

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

This div border color is #fccf14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccf14


Comments

No comments written yet.

Please login to write comment.