Color Hex Logo

#fccf58 Color Hex

#FCCF58
(252,207,88)
0 Favorites   0 Comments

Color spaces of #fccf58

RGB 25220788
HSL0.120.960.67
HSV44°65°99°
CMYK 0.000.180.65   0.01
XYZ64.219266.025718.5920
Yxy66.02570.43150.4436
Hunter Lab81.2562-1.124543.3134
CIE-Lab85.00953.359163.1980

#fccf58 color RGB value is (252,207,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 01011000
Octal 374 317 130
Decimal 252 207 88
Hex FC CF 58

RGB Percentages of Color #fccf58

%46.07
%37.84
%16.09

CMYK Percentages of Color #fccf58

%0
%18
%65
%1

Triadic Colors of #fccf58

#fccf58 #58fccf #cf58fc

Analogous Colors of #fccf58

#fccf58 #d7fc58 #fc7d58

Monochromatic Colors of #fccf58

#fccf58

Complementary Color

#fccf58 #5885fc

#fccf58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccf58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccf58 Color CSS Codes

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

#fccf58 Text Font Color

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

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


#fccf58 Background Color

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

This div background color is #fccf58


#fccf58 Border Color

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

This div border color is #fccf58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccf58

Related Colors


Comments

No comments written yet.

Please login to write comment.