Color Hex Logo

#fedf66 Color Hex

#FEDF66
(254,223,102)
0 Favorites   0 Comments

Color spaces of #fedf66

RGB 254223102
HSL0.130.990.70
HSV48°60°100°
CMYK 0.000.120.60   0.00
XYZ69.659074.805523.3379
Yxy74.80550.41510.4458
Hunter Lab86.4902-7.594344.5447
CIE-Lab89.3018-3.088161.8632

#fedf66 color RGB value is (254,223,102).

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

The process color (four color CMYK) of #fedf66 color hex is 0.00, 0.12, 0.60, 0.00. Web safe color of #fedf66 is #ffcc66. Color #fedf66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 01100110
Octal 376 337 146
Decimal 254 223 102
Hex FE DF 66

RGB Percentages of Color #fedf66

%43.87
%38.51
%17.62

CMYK Percentages of Color #fedf66

%0
%12
%60
%0

Triadic Colors of #fedf66

#fedf66 #66fedf #df66fe

Analogous Colors of #fedf66

#fedf66 #d1fe66 #fe9366

Monochromatic Colors of #fedf66

#fedf66

Complementary Color

#fedf66 #6685fe

#fedf66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedf66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedf66 Color CSS Codes

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

#fedf66 Text Font Color

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

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


#fedf66 Background Color

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

This div background color is #fedf66


#fedf66 Border Color

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

This div border color is #fedf66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedf66

Related Colors


Comments

No comments written yet.

Please login to write comment.