Color Hex Logo

#fccf38 Color Hex

#FCCF38
(252,207,56)
0 Favorites   0 Comments

Color spaces of #fccf38

RGB 25220756
HSL0.130.970.60
HSV46°78°99°
CMYK 0.000.180.78   0.01
XYZ63.171565.606613.0752
Yxy65.60660.44530.4625
Hunter Lab80.9979-2.531547.1276
CIE-Lab84.79541.883275.1134

#fccf38 color RGB value is (252,207,56).

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

The process color (four color CMYK) of #fccf38 color hex is 0.00, 0.18, 0.78, 0.01. Web safe color of #fccf38 is #ffcc33. Color #fccf38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 00111000
Octal 374 317 70
Decimal 252 207 56
Hex FC CF 38

RGB Percentages of Color #fccf38

%48.93
%40.19
%10.87

CMYK Percentages of Color #fccf38

%0
%18
%78
%1

Triadic Colors of #fccf38

#fccf38 #38fccf #cf38fc

Analogous Colors of #fccf38

#fccf38 #c7fc38 #fc6d38

Monochromatic Colors of #fccf38

#fccf38

Complementary Color

#fccf38 #3865fc

#fccf38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccf38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccf38 Color CSS Codes

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

#fccf38 Text Font Color

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

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


#fccf38 Background Color

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

This div background color is #fccf38


#fccf38 Border Color

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

This div border color is #fccf38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccf38


Comments

No comments written yet.

Please login to write comment.