Color Hex Logo

#fdcb78 Color Hex

#FDCB78
(253,203,120)
0 Favorites   0 Comments

Color spaces of #fdcb78

RGB 253203120
HSL0.100.970.73
HSV37°53°99°
CMYK 0.000.200.53   0.01
XYZ65.254164.950626.8668
Yxy64.95060.41540.4135
Hunter Lab80.59193.492936.6489
CIE-Lab84.45838.079447.7603

#fdcb78 color RGB value is (253,203,120).

#fdcb78 hex color red value is 253, green value is 203 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #fdcb78 hue: 0.10 , saturation: 0.97 and the lightness value of fdcb78 is 0.73.

The process color (four color CMYK) of #fdcb78 color hex is 0.00, 0.20, 0.53, 0.01. Web safe color of #fdcb78 is #ffcc66. Color #fdcb78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 01111000
Octal 375 313 170
Decimal 253 203 120
Hex FD CB 78

RGB Percentages of Color #fdcb78

%43.92
%35.24
%20.83

CMYK Percentages of Color #fdcb78

%0
%20
%53
%1

Triadic Colors of #fdcb78

#fdcb78 #78fdcb #cb78fd

Analogous Colors of #fdcb78

#fdcb78 #edfd78 #fd8978

Monochromatic Colors of #fdcb78

#fdcb78

Complementary Color

#fdcb78 #78aafd

#fdcb78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcb78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcb78 Color CSS Codes

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

#fdcb78 Text Font Color

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

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


#fdcb78 Background Color

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

This div background color is #fdcb78


#fdcb78 Border Color

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

This div border color is #fdcb78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcb78

Related Colors


Comments

No comments written yet.

Please login to write comment.