Color Hex Logo

#fccd35 Color Hex

#FCCD35
(252,205,53)
0 Favorites   0 Comments

Color spaces of #fccd35

RGB 25220553
HSL0.130.970.60
HSV46°79°99°
CMYK 0.000.190.79   0.01
XYZ62.618864.615112.5398
Yxy64.61510.44800.4623
Hunter Lab80.3835-1.619647.0192
CIE-Lab84.28502.806775.5991

#fccd35 color RGB value is (252,205,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 00110101
Octal 374 315 65
Decimal 252 205 53
Hex FC CD 35

RGB Percentages of Color #fccd35

%49.41
%40.20
%10.39

CMYK Percentages of Color #fccd35

%0
%19
%79
%1

Triadic Colors of #fccd35

#fccd35 #35fccd #cd35fc

Analogous Colors of #fccd35

#fccd35 #c8fc35 #fc6a35

Monochromatic Colors of #fccd35

#fccd35

Complementary Color

#fccd35 #3564fc

#fccd35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccd35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccd35 Color CSS Codes

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

#fccd35 Text Font Color

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

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


#fccd35 Background Color

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

This div background color is #fccd35


#fccd35 Border Color

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

This div border color is #fccd35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccd35

Related Colors


Comments

No comments written yet.

Please login to write comment.