Color Hex Logo

#f0cd60 Color Hex

#F0CD60
(240,205,96)
0 Favorites   0 Comments

Color spaces of #f0cd60

RGB 24020596
HSL0.130.830.66
HSV45°60°94°
CMYK 0.000.150.60   0.06
XYZ59.877863.032420.0769
Yxy63.03240.41880.4408
Hunter Lab79.3929-4.313840.5818
CIE-Lab83.4594-0.077857.6468

#f0cd60 color RGB value is (240,205,96).

#f0cd60 hex color red value is 240, green value is 205 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #f0cd60 hue: 0.13 , saturation: 0.83 and the lightness value of f0cd60 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001101 01100000
Octal 360 315 140
Decimal 240 205 96
Hex F0 CD 60

RGB Percentages of Color #f0cd60

%44.36
%37.89
%17.74

CMYK Percentages of Color #f0cd60

%0
%15
%60
%6

Triadic Colors of #f0cd60

#f0cd60 #60f0cd #cd60f0

Analogous Colors of #f0cd60

#f0cd60 #cbf060 #f08560

Monochromatic Colors of #f0cd60

#f0cd60

Complementary Color

#f0cd60 #6083f0

#f0cd60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cd60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cd60 Color CSS Codes

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

#f0cd60 Text Font Color

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

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


#f0cd60 Background Color

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

This div background color is #f0cd60


#f0cd60 Border Color

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

This div border color is #f0cd60


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,205,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0cd60; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0cd60;
  -webkit-box-shadow: 1px 1px 3px 2px #f0cd60;
  box-shadow:         1px 1px 3px 2px #f0cd60; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,205,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0cd60


Comments

No comments written yet.

Please login to write comment.