Color Hex Logo

#fdcf15 Color Hex

#FDCF15
(253,207,21)
0 Favorites   0 Comments

Color spaces of #fdcf15

RGB 25320721
HSL0.130.980.54
HSV48°92°99°
CMYK 0.000.180.92   0.01
XYZ62.956265.562410.0461
Yxy65.56240.45430.4732
Hunter Lab80.9706-2.911449.3233
CIE-Lab84.77271.484583.3723

#fdcf15 color RGB value is (253,207,21).

#fdcf15 hex color red value is 253, green value is 207 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #fdcf15 hue: 0.13 , saturation: 0.98 and the lightness value of fdcf15 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001111 00010101
Octal 375 317 25
Decimal 253 207 21
Hex FD CF 15

RGB Percentages of Color #fdcf15

%52.60
%43.04
%4.37

CMYK Percentages of Color #fdcf15

%0
%18
%92
%1

Triadic Colors of #fdcf15

#fdcf15 #15fdcf #cf15fd

Analogous Colors of #fdcf15

#fdcf15 #b7fd15 #fd5b15

Monochromatic Colors of #fdcf15

#fdcf15

Complementary Color

#fdcf15 #1543fd

#fdcf15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcf15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcf15 Color CSS Codes

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

#fdcf15 Text Font Color

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

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


#fdcf15 Background Color

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

This div background color is #fdcf15


#fdcf15 Border Color

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

This div border color is #fdcf15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcf15


Comments

No comments written yet.

Please login to write comment.