Color Hex Logo

#fccb14 Color Hex

#FCCB14
(252,203,20)
0 Favorites   0 Comments

Color spaces of #fccb14

RGB 25220320
HSL0.130.970.53
HSV47°92°99°
CMYK 0.000.190.92   0.01
XYZ61.627163.45789.6623
Yxy63.45780.45740.4709
Hunter Lab79.6604-1.314048.5708
CIE-Lab83.68273.094082.6587

#fccb14 color RGB value is (252,203,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 00010100
Octal 374 313 24
Decimal 252 203 20
Hex FC CB 14

RGB Percentages of Color #fccb14

%53.05
%42.74
%4.21

CMYK Percentages of Color #fccb14

%0
%19
%92
%1

Triadic Colors of #fccb14

#fccb14 #14fccb #cb14fc

Analogous Colors of #fccb14

#fccb14 #b9fc14 #fc5714

Monochromatic Colors of #fccb14

#fccb14

Complementary Color

#fccb14 #1445fc

#fccb14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccb14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccb14 Color CSS Codes

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

#fccb14 Text Font Color

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

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


#fccb14 Background Color

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

This div background color is #fccb14


#fccb14 Border Color

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

This div border color is #fccb14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccb14


Comments

No comments written yet.

Please login to write comment.