Color Hex Logo

#ffc69f Color Hex

#FFC69F
(255,198,159)
0 Favorites   0 Comments

Color spaces of #ffc69f

RGB 255198159
HSL0.071.000.81
HSV24°38°100°
CMYK 0.000.220.38   0.00
XYZ67.692164.151441.6156
Yxy64.15140.39020.3698
Hunter Lab80.094610.694225.2603
CIE-Lab84.044515.289027.3478

#ffc69f color RGB value is (255,198,159).

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

The process color (four color CMYK) of #ffc69f color hex is 0.00, 0.22, 0.38, 0.00. Web safe color of #ffc69f is #ffcc99. Color #ffc69f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000110 10011111
Octal 377 306 237
Decimal 255 198 159
Hex FF C6 9F

RGB Percentages of Color #ffc69f

%41.67
%32.35
%25.98

CMYK Percentages of Color #ffc69f

%0
%22
%38
%0

Triadic Colors of #ffc69f

#ffc69f #9fffc6 #c69fff

Analogous Colors of #ffc69f

#ffc69f #fff69f #ff9fa8

Monochromatic Colors of #ffc69f

#ffc69f

Complementary Color

#ffc69f #9fd8ff

#ffc69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc69f Color CSS Codes

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

#ffc69f Text Font Color

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

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


#ffc69f Background Color

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

This div background color is #ffc69f


#ffc69f Border Color

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

This div border color is #ffc69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc69f

Related Colors


Comments

No comments written yet.

Please login to write comment.