Color Hex Logo

#fed068 Color Hex

#FED068
(254,208,104)
0 Favorites   0 Comments

Color spaces of #fed068

RGB 254208104
HSL0.120.990.70
HSV42°59°100°
CMYK 0.000.180.59   0.00
XYZ65.927667.182122.5894
Yxy67.18210.42340.4315
Hunter Lab81.96470.136841.0350
CIE-Lab85.59584.688656.7671

#fed068 color RGB value is (254,208,104).

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

The process color (four color CMYK) of #fed068 color hex is 0.00, 0.18, 0.59, 0.00. Web safe color of #fed068 is #ffcc66. Color #fed068 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010000 01101000
Octal 376 320 150
Decimal 254 208 104
Hex FE D0 68

RGB Percentages of Color #fed068

%44.88
%36.75
%18.37

CMYK Percentages of Color #fed068

%0
%18
%59
%0

Triadic Colors of #fed068

#fed068 #68fed0 #d068fe

Analogous Colors of #fed068

#fed068 #e1fe68 #fe8568

Monochromatic Colors of #fed068

#fed068

Complementary Color

#fed068 #6896fe

#fed068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed068 Color CSS Codes

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

#fed068 Text Font Color

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

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


#fed068 Background Color

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

This div background color is #fed068


#fed068 Border Color

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

This div border color is #fed068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed068


Comments

No comments written yet.

Please login to write comment.