Color Hex Logo

#f0cd48 Color Hex

#F0CD48
(240,205,72)
0 Favorites   0 Comments

Color spaces of #f0cd48

RGB 24020572
HSL0.130.850.61
HSV48°70°94°
CMYK 0.000.150.70   0.06
XYZ58.936262.655815.1184
Yxy62.65580.43110.4583
Hunter Lab79.1554-5.617544.0846
CIE-Lab83.2609-1.480967.5748

#f0cd48 color RGB value is (240,205,72).

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

The process color (four color CMYK) of #f0cd48 color hex is 0.00, 0.15, 0.70, 0.06. Web safe color of #f0cd48 is #ffcc33. Color #f0cd48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001101 01001000
Octal 360 315 110
Decimal 240 205 72
Hex F0 CD 48

RGB Percentages of Color #f0cd48

%46.42
%39.65
%13.93

CMYK Percentages of Color #f0cd48

%0
%15
%70
%6

Triadic Colors of #f0cd48

#f0cd48 #48f0cd #cd48f0

Analogous Colors of #f0cd48

#f0cd48 #bff048 #f07948

Monochromatic Colors of #f0cd48

#f0cd48

Complementary Color

#f0cd48 #486bf0

#f0cd48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cd48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cd48 Color CSS Codes

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

#f0cd48 Text Font Color

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

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


#f0cd48 Background Color

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

This div background color is #f0cd48


#f0cd48 Border Color

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

This div border color is #f0cd48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0cd48


Comments

No comments written yet.

Please login to write comment.