Color Hex Logo

#f2e35d Color Hex

#F2E35D
(242,227,93)
0 Favorites   0 Comments

Color spaces of #f2e35d

RGB 24222793
HSL0.150.850.66
HSV54°62°95°
CMYK 0.000.060.62   0.05
XYZ66.062874.605721.2744
Yxy74.60570.40790.4607
Hunter Lab86.3746-14.631545.8589
CIE-Lab89.2080-10.578765.3384

#f2e35d color RGB value is (242,227,93).

#f2e35d hex color red value is 242, green value is 227 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #f2e35d hue: 0.15 , saturation: 0.85 and the lightness value of f2e35d is 0.66.

The process color (four color CMYK) of #f2e35d color hex is 0.00, 0.06, 0.62, 0.05. Web safe color of #f2e35d is #ffcc66. Color #f2e35d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11100011 01011101
Octal 362 343 135
Decimal 242 227 93
Hex F2 E3 5D

RGB Percentages of Color #f2e35d

%43.06
%40.39
%16.55

CMYK Percentages of Color #f2e35d

%0
%6
%62
%5

Triadic Colors of #f2e35d

#f2e35d #5df2e3 #e35df2

Analogous Colors of #f2e35d

#f2e35d #b7f25d #f2995d

Monochromatic Colors of #f2e35d

#f2e35d

Complementary Color

#f2e35d #5d6cf2

#f2e35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2e35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2e35d Color CSS Codes

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

#f2e35d Text Font Color

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

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


#f2e35d Background Color

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

This div background color is #f2e35d


#f2e35d Border Color

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

This div border color is #f2e35d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2e35d


Comments

No comments written yet.

Please login to write comment.