Color Hex Logo

#feef69 Color Hex

#FEEF69
(254,239,105)
0 Favorites   0 Comments

Color spaces of #feef69

RGB 254239105
HSL0.150.990.70
HSV54°59°100°
CMYK 0.000.060.59   0.00
XYZ74.289483.823825.6287
Yxy83.82380.40430.4562
Hunter Lab91.5553-15.384247.4919
CIE-Lab93.3739-10.865265.0894

#feef69 color RGB value is (254,239,105).

#feef69 hex color red value is 254, green value is 239 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #feef69 hue: 0.15 , saturation: 0.99 and the lightness value of feef69 is 0.70.

The process color (four color CMYK) of #feef69 color hex is 0.00, 0.06, 0.59, 0.00. Web safe color of #feef69 is #ffff66. Color #feef69 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 01101001
Octal 376 357 151
Decimal 254 239 105
Hex FE EF 69

RGB Percentages of Color #feef69

%42.47
%39.97
%17.56

CMYK Percentages of Color #feef69

%0
%6
%59
%0

Triadic Colors of #feef69

#feef69 #69feef #ef69fe

Analogous Colors of #feef69

#feef69 #c3fe69 #fea569

Monochromatic Colors of #feef69

#feef69

Complementary Color

#feef69 #6978fe

#feef69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feef69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feef69 Color CSS Codes

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

#feef69 Text Font Color

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

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


#feef69 Background Color

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

This div background color is #feef69


#feef69 Border Color

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

This div border color is #feef69


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,239,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #feef69; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #feef69;
  -webkit-box-shadow: 1px 1px 3px 2px #feef69;
  box-shadow:         1px 1px 3px 2px #feef69; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,239,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feef69

Related Colors


Comments

No comments written yet.

Please login to write comment.