Color Hex Logo

#ffc968 Color Hex

#FFC968
(255,201,104)
0 Favorites   0 Comments

Color spaces of #ffc968

RGB 255201104
HSL0.111.000.70
HSV39°59°100°
CMYK 0.000.210.59   0.00
XYZ64.625364.032822.0501
Yxy64.03280.42880.4249
Hunter Lab80.02054.122439.6767
CIE-Lab83.98288.707354.9359

#ffc968 color RGB value is (255,201,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001001 01101000
Octal 377 311 150
Decimal 255 201 104
Hex FF C9 68

RGB Percentages of Color #ffc968

%45.54
%35.89
%18.57

CMYK Percentages of Color #ffc968

%0
%21
%59
%0

Triadic Colors of #ffc968

#ffc968 #68ffc9 #c968ff

Analogous Colors of #ffc968

#ffc968 #eaff68 #ff7e68

Monochromatic Colors of #ffc968

#ffc968

Complementary Color

#ffc968 #689eff

#ffc968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc968 Color CSS Codes

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

#ffc968 Text Font Color

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

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


#ffc968 Background Color

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

This div background color is #ffc968


#ffc968 Border Color

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

This div border color is #ffc968


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,201,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 #ffc968">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc968

Related Colors

#ffc968 Color Palettes


Comments

No comments written yet.

Please login to write comment.