Color Hex Logo

#f1ee65 Color Hex

#F1EE65
(241,238,101)
0 Favorites   0 Comments

Color spaces of #f1ee65

RGB 241238101
HSL0.160.830.67
HSV59°58°95°
CMYK 0.000.010.58   0.05
XYZ69.199180.789424.2587
Yxy80.78940.39710.4636
Hunter Lab89.8829-19.871546.9161
CIE-Lab92.0379-15.875965.0267

#f1ee65 color RGB value is (241,238,101).

#f1ee65 hex color red value is 241, green value is 238 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #f1ee65 hue: 0.16 , saturation: 0.83 and the lightness value of f1ee65 is 0.67.

The process color (four color CMYK) of #f1ee65 color hex is 0.00, 0.01, 0.58, 0.05. Web safe color of #f1ee65 is #ffff66. Color #f1ee65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11101110 01100101
Octal 361 356 145
Decimal 241 238 101
Hex F1 EE 65

RGB Percentages of Color #f1ee65

%41.55
%41.03
%17.41

CMYK Percentages of Color #f1ee65

%0
%1
%58
%5

Triadic Colors of #f1ee65

#f1ee65 #65f1ee #ee65f1

Analogous Colors of #f1ee65

#f1ee65 #aef165 #f1a865

Monochromatic Colors of #f1ee65

#f1ee65

Complementary Color

#f1ee65 #6568f1

#f1ee65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1ee65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1ee65 Color CSS Codes

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

#f1ee65 Text Font Color

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

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


#f1ee65 Background Color

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

This div background color is #f1ee65


#f1ee65 Border Color

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

This div border color is #f1ee65


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,238,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f1ee65; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f1ee65;
  -webkit-box-shadow: 1px 1px 3px 2px #f1ee65;
  box-shadow:         1px 1px 3px 2px #f1ee65; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,238,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1ee65


Comments

No comments written yet.

Please login to write comment.