Color Hex Logo

#ffc67f Color Hex

#FFC67F
(255,198,127)
2 Favorites   0 Comments

Color spaces of #ffc67f

RGB 255198127
HSL0.091.000.75
HSV33°50°100°
CMYK 0.000.220.50   0.00
XYZ65.264863.180528.8339
Yxy63.18050.41500.4017
Hunter Lab79.48627.462734.1326
CIE-Lab83.537312.073443.1826

#ffc67f color RGB value is (255,198,127).

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

The process color (four color CMYK) of #ffc67f color hex is 0.00, 0.22, 0.50, 0.00. Web safe color of #ffc67f is #ffcc66. Color #ffc67f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000110 01111111
Octal 377 306 177
Decimal 255 198 127
Hex FF C6 7F

RGB Percentages of Color #ffc67f

%43.97
%34.14
%21.90

CMYK Percentages of Color #ffc67f

%0
%22
%50
%0

Triadic Colors of #ffc67f

#ffc67f #7fffc6 #c67fff

Analogous Colors of #ffc67f

#ffc67f #f8ff7f #ff867f

Monochromatic Colors of #ffc67f

#ffc67f

Complementary Color

#ffc67f #7fb8ff

#ffc67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc67f Color CSS Codes

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

#ffc67f Text Font Color

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

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


#ffc67f Background Color

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

This div background color is #ffc67f


#ffc67f Border Color

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

This div border color is #ffc67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc67f

Related Colors

#ffc67f Color Palettes


Comments

No comments written yet.

Please login to write comment.