Color Hex Logo

#f2da14 Color Hex

#F2DA14
(242,218,20)
0 Favorites   0 Comments

Color spaces of #f2da14

RGB 24221820
HSL0.150.900.51
HSV54°92°95°
CMYK 0.000.100.92   0.05
XYZ61.815669.070610.7357
Yxy69.07060.43650.4877
Hunter Lab83.1087-12.673450.5172
CIE-Lab86.5390-8.777084.3953

#f2da14 color RGB value is (242,218,20).

#f2da14 hex color red value is 242, green value is 218 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #f2da14 hue: 0.15 , saturation: 0.90 and the lightness value of f2da14 is 0.51.

The process color (four color CMYK) of #f2da14 color hex is 0.00, 0.10, 0.92, 0.05. Web safe color of #f2da14 is #ffcc00. Color #f2da14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11011010 00010100
Octal 362 332 24
Decimal 242 218 20
Hex F2 DA 14

RGB Percentages of Color #f2da14

%50.42
%45.42
%4.17

CMYK Percentages of Color #f2da14

%0
%10
%92
%5

Triadic Colors of #f2da14

#f2da14 #14f2da #da14f2

Analogous Colors of #f2da14

#f2da14 #9bf214 #f26b14

Monochromatic Colors of #f2da14

#f2da14

Complementary Color

#f2da14 #142cf2

#f2da14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2da14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2da14 Color CSS Codes

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

#f2da14 Text Font Color

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

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


#f2da14 Background Color

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

This div background color is #f2da14


#f2da14 Border Color

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

This div border color is #f2da14


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,218,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f2da14; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f2da14;
  -webkit-box-shadow: 1px 1px 3px 2px #f2da14;
  box-shadow:         1px 1px 3px 2px #f2da14; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,218,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2da14


Comments

No comments written yet.

Please login to write comment.