Color Hex Logo

#fccf55 Color Hex

#FCCF55
(252,207,85)
0 Favorites   0 Comments

Color spaces of #fccf55

RGB 25220785
HSL0.120.970.66
HSV44°66°99°
CMYK 0.000.180.66   0.01
XYZ64.097465.977017.9509
Yxy65.97700.43300.4457
Hunter Lab81.2262-1.287643.7553
CIE-Lab84.98473.188664.4455

#fccf55 color RGB value is (252,207,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 01010101
Octal 374 317 125
Decimal 252 207 85
Hex FC CF 55

RGB Percentages of Color #fccf55

%46.32
%38.05
%15.63

CMYK Percentages of Color #fccf55

%0
%18
%66
%1

Triadic Colors of #fccf55

#fccf55 #55fccf #cf55fc

Analogous Colors of #fccf55

#fccf55 #d6fc55 #fc7c55

Monochromatic Colors of #fccf55

#fccf55

Complementary Color

#fccf55 #5582fc

#fccf55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccf55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccf55 Color CSS Codes

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

#fccf55 Text Font Color

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

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


#fccf55 Background Color

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

This div background color is #fccf55


#fccf55 Border Color

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

This div border color is #fccf55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccf55


Comments

No comments written yet.

Please login to write comment.