Color Hex Logo

#ffcf80 Color Hex

#FFCF80
(255,207,128)
1 Favorites   0 Comments

Color spaces of #ffcf80

RGB 255207128
HSL0.101.000.75
HSV37°50°100°
CMYK 0.000.190.50   0.00
XYZ67.449167.444229.8851
Yxy67.44420.40930.4093
Hunter Lab82.12442.885035.9114
CIE-Lab85.72787.498845.4172

#ffcf80 color RGB value is (255,207,128).

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

The process color (four color CMYK) of #ffcf80 color hex is 0.00, 0.19, 0.50, 0.00. Web safe color of #ffcf80 is #ffcc99. Color #ffcf80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 10000000
Octal 377 317 200
Decimal 255 207 128
Hex FF CF 80

RGB Percentages of Color #ffcf80

%43.22
%35.08
%21.69

CMYK Percentages of Color #ffcf80

%0
%19
%50
%0

Triadic Colors of #ffcf80

#ffcf80 #80ffcf #cf80ff

Analogous Colors of #ffcf80

#ffcf80 #f0ff80 #ff9080

Monochromatic Colors of #ffcf80

#ffcf80

Complementary Color

#ffcf80 #80b0ff

#ffcf80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcf80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcf80 Color CSS Codes

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

#ffcf80 Text Font Color

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

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


#ffcf80 Background Color

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

This div background color is #ffcf80


#ffcf80 Border Color

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

This div border color is #ffcf80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcf80

Related Colors


Comments

No comments written yet.

Please login to write comment.