Color Hex Logo

#ffc668 Color Hex

#FFC668
(255,198,104)
0 Favorites   0 Comments

Color spaces of #ffc668

RGB 255198104
HSL0.101.000.70
HSV37°59°100°
CMYK 0.000.220.59   0.00
XYZ63.932862.647621.8193
Yxy62.64760.43080.4222
Hunter Lab79.15025.668639.0607
CIE-Lab83.256610.261554.0950

#ffc668 color RGB value is (255,198,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000110 01101000
Octal 377 306 150
Decimal 255 198 104
Hex FF C6 68

RGB Percentages of Color #ffc668

%45.78
%35.55
%18.67

CMYK Percentages of Color #ffc668

%0
%22
%59
%0

Triadic Colors of #ffc668

#ffc668 #68ffc6 #c668ff

Analogous Colors of #ffc668

#ffc668 #edff68 #ff7b68

Monochromatic Colors of #ffc668

#ffc668

Complementary Color

#ffc668 #68a1ff

#ffc668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc668 Color CSS Codes

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

#ffc668 Text Font Color

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

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


#ffc668 Background Color

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

This div background color is #ffc668


#ffc668 Border Color

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

This div border color is #ffc668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc668


Comments

No comments written yet.

Please login to write comment.