Color Hex Logo

#f0cc0b Color Hex

#F0CC0B
(240,204,11)
0 Favorites   0 Comments

Color spaces of #f0cc0b

RGB 24020411
HSL0.140.910.49
HSV51°95°94°
CMYK 0.000.150.95   0.06
XYZ57.588561.73529.1974
Yxy61.73520.44810.4804
Hunter Lab78.5718-6.670548.0599
CIE-Lab82.7724-2.650282.5436

#f0cc0b color RGB value is (240,204,11).

#f0cc0b hex color red value is 240, green value is 204 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #f0cc0b hue: 0.14 , saturation: 0.91 and the lightness value of f0cc0b is 0.49.

The process color (four color CMYK) of #f0cc0b color hex is 0.00, 0.15, 0.95, 0.06. Web safe color of #f0cc0b is #ffcc00. Color #f0cc0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001100 00001011
Octal 360 314 13
Decimal 240 204 11
Hex F0 CC B

RGB Percentages of Color #f0cc0b

%52.75
%44.84
%2.42

CMYK Percentages of Color #f0cc0b

%0
%15
%95
%6

Triadic Colors of #f0cc0b

#f0cc0b #0bf0cc #cc0bf0

Analogous Colors of #f0cc0b

#f0cc0b #a2f00b #f05a0b

Monochromatic Colors of #f0cc0b

#f0cc0b

Complementary Color

#f0cc0b #0b2ff0

#f0cc0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cc0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cc0b Color CSS Codes

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

#f0cc0b Text Font Color

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

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


#f0cc0b Background Color

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

This div background color is #f0cc0b


#f0cc0b Border Color

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

This div border color is #f0cc0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0cc0b


Comments

No comments written yet.

Please login to write comment.