Color Hex Logo

#ffc066 Color Hex

#FFC066
(255,192,102)
1 Favorites   0 Comments

Color spaces of #ffc066

RGB 255192102
HSL0.101.000.70
HSV35°60°100°
CMYK 0.000.250.60   0.00
XYZ62.487959.918620.8423
Yxy59.91860.43620.4183
Hunter Lab77.40718.634038.2208
CIE-Lab81.793913.240753.3467

#ffc066 color RGB value is (255,192,102).

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

The process color (four color CMYK) of #ffc066 color hex is 0.00, 0.25, 0.60, 0.00. Web safe color of #ffc066 is #ffcc66. Color #ffc066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000000 01100110
Octal 377 300 146
Decimal 255 192 102
Hex FF C0 66

RGB Percentages of Color #ffc066

%46.45
%34.97
%18.58

CMYK Percentages of Color #ffc066

%0
%25
%60
%0

Triadic Colors of #ffc066

#ffc066 #66ffc0 #c066ff

Analogous Colors of #ffc066

#ffc066 #f2ff66 #ff7466

Monochromatic Colors of #ffc066

#ffc066

Complementary Color

#ffc066 #66a5ff

#ffc066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc066 Color CSS Codes

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

#ffc066 Text Font Color

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

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


#ffc066 Background Color

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

This div background color is #ffc066


#ffc066 Border Color

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

This div border color is #ffc066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc066


Comments

No comments written yet.

Please login to write comment.