Color Hex Logo

#fccc30 Color Hex

#FCCC30
(252,204,48)
0 Favorites   0 Comments

Color spaces of #fccc30

RGB 25220448
HSL0.130.970.59
HSV46°81°99°
CMYK 0.000.190.81   0.01
XYZ62.271364.094611.8857
Yxy64.09460.45040.4636
Hunter Lab80.0591-1.263247.2391
CIE-Lab84.01503.164276.8557

#fccc30 color RGB value is (252,204,48).

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

The process color (four color CMYK) of #fccc30 color hex is 0.00, 0.19, 0.81, 0.01. Web safe color of #fccc30 is #ffcc33. Color #fccc30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 00110000
Octal 374 314 60
Decimal 252 204 48
Hex FC CC 30

RGB Percentages of Color #fccc30

%50.00
%40.48
%9.52

CMYK Percentages of Color #fccc30

%0
%19
%81
%1

Triadic Colors of #fccc30

#fccc30 #30fccc #cc30fc

Analogous Colors of #fccc30

#fccc30 #c6fc30 #fc6630

Monochromatic Colors of #fccc30

#fccc30

Complementary Color

#fccc30 #3060fc

#fccc30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccc30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccc30 Color CSS Codes

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

#fccc30 Text Font Color

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

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


#fccc30 Background Color

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

This div background color is #fccc30


#fccc30 Border Color

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

This div border color is #fccc30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccc30


Comments

No comments written yet.

Please login to write comment.