Color Hex Logo

#ffcf42 Color Hex

#FFCF42
(255,207,66)
0 Favorites   0 Comments

Color spaces of #ffcf42

RGB 25520766
HSL0.121.000.63
HSV45°74°100°
CMYK 0.000.190.74   0.00
XYZ64.536266.279014.5460
Yxy66.27900.44400.4560
Hunter Lab81.4119-0.971846.3949
CIE-Lab85.13853.523872.1359

#ffcf42 color RGB value is (255,207,66).

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

The process color (four color CMYK) of #ffcf42 color hex is 0.00, 0.19, 0.74, 0.00. Web safe color of #ffcf42 is #ffcc33. Color #ffcf42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 01000010
Octal 377 317 102
Decimal 255 207 66
Hex FF CF 42

RGB Percentages of Color #ffcf42

%48.30
%39.20
%12.50

CMYK Percentages of Color #ffcf42

%0
%19
%74
%0

Triadic Colors of #ffcf42

#ffcf42 #42ffcf #cf42ff

Analogous Colors of #ffcf42

#ffcf42 #d1ff42 #ff7142

Monochromatic Colors of #ffcf42

#ffcf42

Complementary Color

#ffcf42 #4272ff

#ffcf42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcf42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcf42 Color CSS Codes

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

#ffcf42 Text Font Color

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

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


#ffcf42 Background Color

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

This div background color is #ffcf42


#ffcf42 Border Color

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

This div border color is #ffcf42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcf42


Comments

No comments written yet.

Please login to write comment.