Color Hex Logo

#ffcf13 Color Hex

#FFCF13
(255,207,19)
0 Favorites   0 Comments

Color spaces of #ffcf13

RGB 25520719
HSL0.131.000.54
HSV48°93°100°
CMYK 0.000.190.93   0.00
XYZ63.670465.93279.9866
Yxy65.93270.45610.4723
Hunter Lab81.1990-2.131349.5472
CIE-Lab84.96212.310283.8775

#ffcf13 color RGB value is (255,207,19).

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

The process color (four color CMYK) of #ffcf13 color hex is 0.00, 0.19, 0.93, 0.00. Web safe color of #ffcf13 is #ffcc00. Color #ffcf13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 00010011
Octal 377 317 23
Decimal 255 207 19
Hex FF CF 13

RGB Percentages of Color #ffcf13

%53.01
%43.04
%3.95

CMYK Percentages of Color #ffcf13

%0
%19
%93
%0

Triadic Colors of #ffcf13

#ffcf13 #13ffcf #cf13ff

Analogous Colors of #ffcf13

#ffcf13 #b9ff13 #ff5913

Monochromatic Colors of #ffcf13

#ffcf13

Complementary Color

#ffcf13 #1343ff

#ffcf13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcf13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcf13 Color CSS Codes

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

#ffcf13 Text Font Color

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

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


#ffcf13 Background Color

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

This div background color is #ffcf13


#ffcf13 Border Color

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

This div border color is #ffcf13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcf13


Comments

No comments written yet.

Please login to write comment.