Color Hex Logo

#f0df55 Color Hex

#F0DF55
(240,223,85)
0 Favorites   0 Comments

Color spaces of #f0df55

RGB 24022385
HSL0.150.840.64
HSV53°65°94°
CMYK 0.000.070.65   0.06
XYZ63.962571.956519.1121
Yxy71.95650.41260.4641
Hunter Lab84.8272-13.852746.0206
CIE-Lab87.9476-9.890667.2386

#f0df55 color RGB value is (240,223,85).

#f0df55 hex color red value is 240, green value is 223 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #f0df55 hue: 0.15 , saturation: 0.84 and the lightness value of f0df55 is 0.64.

The process color (four color CMYK) of #f0df55 color hex is 0.00, 0.07, 0.65, 0.06. Web safe color of #f0df55 is #ffcc66. Color #f0df55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011111 01010101
Octal 360 337 125
Decimal 240 223 85
Hex F0 DF 55

RGB Percentages of Color #f0df55

%43.80
%40.69
%15.51

CMYK Percentages of Color #f0df55

%0
%7
%65
%6

Triadic Colors of #f0df55

#f0df55 #55f0df #df55f0

Analogous Colors of #f0df55

#f0df55 #b4f055 #f09255

Monochromatic Colors of #f0df55

#f0df55

Complementary Color

#f0df55 #5566f0

#f0df55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0df55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0df55 Color CSS Codes

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

#f0df55 Text Font Color

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

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


#f0df55 Background Color

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

This div background color is #f0df55


#f0df55 Border Color

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

This div border color is #f0df55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0df55


Comments

No comments written yet.

Please login to write comment.