Color Hex Logo

#fccb19 Color Hex

#FCCB19
(252,203,25)
0 Favorites   0 Comments

Color spaces of #fccb19

RGB 25220325
HSL0.130.970.54
HSV47°90°99°
CMYK 0.000.190.90   0.01
XYZ61.676363.47759.9214
Yxy63.47750.45660.4699
Hunter Lab79.6728-1.246948.3877
CIE-Lab83.69303.164781.8862

#fccb19 color RGB value is (252,203,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 00011001
Octal 374 313 31
Decimal 252 203 25
Hex FC CB 19

RGB Percentages of Color #fccb19

%52.50
%42.29
%5.21

CMYK Percentages of Color #fccb19

%0
%19
%90
%1

Triadic Colors of #fccb19

#fccb19 #19fccb #cb19fc

Analogous Colors of #fccb19

#fccb19 #bcfc19 #fc5a19

Monochromatic Colors of #fccb19

#fccb19

Complementary Color

#fccb19 #194afc

#fccb19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccb19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccb19 Color CSS Codes

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

#fccb19 Text Font Color

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

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


#fccb19 Background Color

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

This div background color is #fccb19


#fccb19 Border Color

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

This div border color is #fccb19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccb19


Comments

No comments written yet.

Please login to write comment.