Color Hex Logo

#fdcb77 Color Hex

#FDCB77
(253,203,119)
0 Favorites   0 Comments

Color spaces of #fdcb77

RGB 253203119
HSL0.100.970.73
HSV38°53°99°
CMYK 0.000.200.53   0.01
XYZ65.193764.926426.5487
Yxy64.92640.41610.4144
Hunter Lab80.57693.412336.8688
CIE-Lab84.44587.997148.2358

#fdcb77 color RGB value is (253,203,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 01110111
Octal 375 313 167
Decimal 253 203 119
Hex FD CB 77

RGB Percentages of Color #fdcb77

%44.00
%35.30
%20.70

CMYK Percentages of Color #fdcb77

%0
%20
%53
%1

Triadic Colors of #fdcb77

#fdcb77 #77fdcb #cb77fd

Analogous Colors of #fdcb77

#fdcb77 #ecfd77 #fd8877

Monochromatic Colors of #fdcb77

#fdcb77

Complementary Color

#fdcb77 #77a9fd

#fdcb77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcb77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcb77 Color CSS Codes

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

#fdcb77 Text Font Color

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

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


#fdcb77 Background Color

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

This div background color is #fdcb77


#fdcb77 Border Color

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

This div border color is #fdcb77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcb77


Comments

No comments written yet.

Please login to write comment.