Color Hex Logo

#fdc34e Color Hex

#FDC34E
(253,195,78)
0 Favorites   0 Comments

Color spaces of #fdc34e

RGB 25319578
HSL0.110.980.65
HSV40°69°99°
CMYK 0.000.230.69   0.01
XYZ61.398360.462915.6422
Yxy60.46290.44650.4397
Hunter Lab77.75794.868842.5034
CIE-Lab82.08929.426464.3720

#fdc34e color RGB value is (253,195,78).

#fdc34e hex color red value is 253, green value is 195 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fdc34e hue: 0.11 , saturation: 0.98 and the lightness value of fdc34e is 0.65.

The process color (four color CMYK) of #fdc34e color hex is 0.00, 0.23, 0.69, 0.01. Web safe color of #fdc34e is #ffcc66. Color #fdc34e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000011 01001110
Octal 375 303 116
Decimal 253 195 78
Hex FD C3 4E

RGB Percentages of Color #fdc34e

%48.10
%37.07
%14.83

CMYK Percentages of Color #fdc34e

%0
%23
%69
%1

Triadic Colors of #fdc34e

#fdc34e #4efdc3 #c34efd

Analogous Colors of #fdc34e

#fdc34e #e0fd4e #fd6c4e

Monochromatic Colors of #fdc34e

#fdc34e

Complementary Color

#fdc34e #4e88fd

#fdc34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc34e Color CSS Codes

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

#fdc34e Text Font Color

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

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


#fdc34e Background Color

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

This div background color is #fdc34e


#fdc34e Border Color

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

This div border color is #fdc34e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,195,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdc34e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdc34e;
  -webkit-box-shadow: 1px 1px 3px 2px #fdc34e;
  box-shadow:         1px 1px 3px 2px #fdc34e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,195,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc34e

Related Colors


Comments

No comments written yet.

Please login to write comment.