Color Hex Logo

#ffcf70 Color Hex

#FFCF70
(255,207,112)
0 Favorites   0 Comments

Color spaces of #ffcf70

RGB 255207112
HSL0.111.000.72
HSV40°56°100°
CMYK 0.000.190.56   0.00
XYZ66.477567.055524.7685
Yxy67.05550.41990.4236
Hunter Lab81.88741.606139.3877
CIE-Lab85.53206.191052.9661

#ffcf70 color RGB value is (255,207,112).

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

The process color (four color CMYK) of #ffcf70 color hex is 0.00, 0.19, 0.56, 0.00. Web safe color of #ffcf70 is #ffcc66. Color #ffcf70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 01110000
Octal 377 317 160
Decimal 255 207 112
Hex FF CF 70

RGB Percentages of Color #ffcf70

%44.43
%36.06
%19.51

CMYK Percentages of Color #ffcf70

%0
%19
%56
%0

Triadic Colors of #ffcf70

#ffcf70 #70ffcf #cf70ff

Analogous Colors of #ffcf70

#ffcf70 #e8ff70 #ff8870

Monochromatic Colors of #ffcf70

#ffcf70

Complementary Color

#ffcf70 #70a0ff

#ffcf70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcf70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcf70 Color CSS Codes

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

#ffcf70 Text Font Color

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

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


#ffcf70 Background Color

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

This div background color is #ffcf70


#ffcf70 Border Color

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

This div border color is #ffcf70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcf70

Related Colors


Comments

No comments written yet.

Please login to write comment.