Color Hex Logo

#ffcf72 Color Hex

#FFCF72
(255,207,114)
1 Favorites   0 Comments

Color spaces of #ffcf72

RGB 255207114
HSL0.111.000.72
HSV40°55°100°
CMYK 0.000.190.55   0.00
XYZ66.590167.100625.3616
Yxy67.10060.41870.4219
Hunter Lab81.91501.754638.9838
CIE-Lab85.55476.343352.0385

#ffcf72 color RGB value is (255,207,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 01110010
Octal 377 317 162
Decimal 255 207 114
Hex FF CF 72

RGB Percentages of Color #ffcf72

%44.27
%35.94
%19.79

CMYK Percentages of Color #ffcf72

%0
%19
%55
%0

Triadic Colors of #ffcf72

#ffcf72 #72ffcf #cf72ff

Analogous Colors of #ffcf72

#ffcf72 #e9ff72 #ff8972

Monochromatic Colors of #ffcf72

#ffcf72

Complementary Color

#ffcf72 #72a2ff

#ffcf72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcf72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcf72 Color CSS Codes

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

#ffcf72 Text Font Color

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

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


#ffcf72 Background Color

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

This div background color is #ffcf72


#ffcf72 Border Color

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

This div border color is #ffcf72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcf72

#ffcf72 Color Palettes


Comments

No comments written yet.

Please login to write comment.