Color Hex Logo

#fccf5d Color Hex

#FCCF5D
(252,207,93)
0 Favorites   0 Comments

Color spaces of #fccf5d

RGB 25220793
HSL0.120.960.68
HSV43°63°99°
CMYK 0.000.180.63   0.01
XYZ64.433566.111419.7207
Yxy66.11140.42880.4400
Hunter Lab81.3089-0.837742.5360
CIE-Lab85.05323.658361.0720

#fccf5d color RGB value is (252,207,93).

#fccf5d hex color red value is 252, green value is 207 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #fccf5d hue: 0.12 , saturation: 0.96 and the lightness value of fccf5d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 01011101
Octal 374 317 135
Decimal 252 207 93
Hex FC CF 5D

RGB Percentages of Color #fccf5d

%45.65
%37.50
%16.85

CMYK Percentages of Color #fccf5d

%0
%18
%63
%1

Triadic Colors of #fccf5d

#fccf5d #5dfccf #cf5dfc

Analogous Colors of #fccf5d

#fccf5d #dafc5d #fc805d

Monochromatic Colors of #fccf5d

#fccf5d

Complementary Color

#fccf5d #5d8afc

#fccf5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccf5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccf5d Color CSS Codes

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

#fccf5d Text Font Color

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

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


#fccf5d Background Color

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

This div background color is #fccf5d


#fccf5d Border Color

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

This div border color is #fccf5d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,207,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fccf5d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fccf5d;
  -webkit-box-shadow: 1px 1px 3px 2px #fccf5d;
  box-shadow:         1px 1px 3px 2px #fccf5d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,207,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccf5d

#fccf5d Color Palettes


Comments

No comments written yet.

Please login to write comment.