Color Hex Logo

#fed652 Color Hex

#FED652
(254,214,82)
0 Favorites   0 Comments

Color spaces of #fed652

RGB 25421482
HSL0.130.990.66
HSV46°68°100°
CMYK 0.000.160.68   0.00
XYZ66.442669.773217.9483
Yxy69.77320.43100.4526
Hunter Lab83.5304-4.193845.7315
CIE-Lab86.88550.279067.7281

#fed652 color RGB value is (254,214,82).

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

The process color (four color CMYK) of #fed652 color hex is 0.00, 0.16, 0.68, 0.00. Web safe color of #fed652 is #ffcc66. Color #fed652 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 01010010
Octal 376 326 122
Decimal 254 214 82
Hex FE D6 52

RGB Percentages of Color #fed652

%46.18
%38.91
%14.91

CMYK Percentages of Color #fed652

%0
%16
%68
%0

Triadic Colors of #fed652

#fed652 #52fed6 #d652fe

Analogous Colors of #fed652

#fed652 #d0fe52 #fe8052

Monochromatic Colors of #fed652

#fed652

Complementary Color

#fed652 #527afe

#fed652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed652 Color CSS Codes

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

#fed652 Text Font Color

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

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


#fed652 Background Color

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

This div background color is #fed652


#fed652 Border Color

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

This div border color is #fed652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed652


Comments

No comments written yet.

Please login to write comment.