Color Hex Logo

#ffcf12 Color Hex

#FFCF12
(255,207,18)
0 Favorites   0 Comments

Color spaces of #ffcf12

RGB 25520718
HSL0.131.000.54
HSV48°93°100°
CMYK 0.000.190.93   0.00
XYZ63.662065.92939.9425
Yxy65.92930.45620.4725
Hunter Lab81.1969-2.142549.5778
CIE-Lab84.96032.298584.0075

#ffcf12 color RGB value is (255,207,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 00010010
Octal 377 317 22
Decimal 255 207 18
Hex FF CF 12

RGB Percentages of Color #ffcf12

%53.13
%43.13
%3.75

CMYK Percentages of Color #ffcf12

%0
%19
%93
%0

Triadic Colors of #ffcf12

#ffcf12 #12ffcf #cf12ff

Analogous Colors of #ffcf12

#ffcf12 #b9ff12 #ff5812

Monochromatic Colors of #ffcf12

#ffcf12

Complementary Color

#ffcf12 #1242ff

#ffcf12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcf12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcf12 Color CSS Codes

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

#ffcf12 Text Font Color

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

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


#ffcf12 Background Color

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

This div background color is #ffcf12


#ffcf12 Border Color

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

This div border color is #ffcf12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcf12

#ffcf12 Color Palettes


Comments

No comments written yet.

Please login to write comment.