Color Hex Logo

#fed269 Color Hex

#FED269
(254,210,105)
0 Favorites   0 Comments

Color spaces of #fed269

RGB 254210105
HSL0.120.990.70
HSV42°59°100°
CMYK 0.000.170.59   0.00
XYZ66.469468.183923.0221
Yxy68.18390.42160.4324
Hunter Lab82.5735-0.816241.2710
CIE-Lab86.09833.731756.8823

#fed269 color RGB value is (254,210,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 01101001
Octal 376 322 151
Decimal 254 210 105
Hex FE D2 69

RGB Percentages of Color #fed269

%44.64
%36.91
%18.45

CMYK Percentages of Color #fed269

%0
%17
%59
%0

Triadic Colors of #fed269

#fed269 #69fed2 #d269fe

Analogous Colors of #fed269

#fed269 #e0fe69 #fe8869

Monochromatic Colors of #fed269

#fed269

Complementary Color

#fed269 #6995fe

#fed269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed269 Color CSS Codes

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

#fed269 Text Font Color

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

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


#fed269 Background Color

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

This div background color is #fed269


#fed269 Border Color

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

This div border color is #fed269


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,210,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 #fed269">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed269


Comments

No comments written yet.

Please login to write comment.