Color Hex Logo

#fccd10 Color Hex

#FCCD10
(252,205,16)
0 Favorites   0 Comments

Color spaces of #fccd10

RGB 25220516
HSL0.130.980.53
HSV48°94°99°
CMYK 0.000.190.94   0.01
XYZ62.069764.39559.6484
Yxy64.39550.45600.4731
Hunter Lab80.2468-2.364849.0441
CIE-Lab84.17132.021583.5439

#fccd10 color RGB value is (252,205,16).

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

The process color (four color CMYK) of #fccd10 color hex is 0.00, 0.19, 0.94, 0.01. Web safe color of #fccd10 is #ffcc00. Color #fccd10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 00010000
Octal 374 315 20
Decimal 252 205 16
Hex FC CD 10

RGB Percentages of Color #fccd10

%53.28
%43.34
%3.38

CMYK Percentages of Color #fccd10

%0
%19
%94
%1

Triadic Colors of #fccd10

#fccd10 #10fccd #cd10fc

Analogous Colors of #fccd10

#fccd10 #b5fc10 #fc5710

Monochromatic Colors of #fccd10

#fccd10

Complementary Color

#fccd10 #103ffc

#fccd10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccd10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccd10 Color CSS Codes

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

#fccd10 Text Font Color

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

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


#fccd10 Background Color

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

This div background color is #fccd10


#fccd10 Border Color

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

This div border color is #fccd10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccd10

Related Colors


Comments

No comments written yet.

Please login to write comment.