Color Hex Logo

#fccb1b Color Hex

#FCCB1B
(252,203,27)
0 Favorites   0 Comments

Color spaces of #fccb1b

RGB 25220327
HSL0.130.970.55
HSV47°89°99°
CMYK 0.000.190.89   0.01
XYZ61.698663.486510.0392
Yxy63.48650.45630.4695
Hunter Lab79.6784-1.216648.3046
CIE-Lab83.69773.196581.5395

#fccb1b color RGB value is (252,203,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 00011011
Octal 374 313 33
Decimal 252 203 27
Hex FC CB 1B

RGB Percentages of Color #fccb1b

%52.28
%42.12
%5.60

CMYK Percentages of Color #fccb1b

%0
%19
%89
%1

Triadic Colors of #fccb1b

#fccb1b #1bfccb #cb1bfc

Analogous Colors of #fccb1b

#fccb1b #bdfc1b #fc5b1b

Monochromatic Colors of #fccb1b

#fccb1b

Complementary Color

#fccb1b #1b4cfc

#fccb1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccb1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccb1b Color CSS Codes

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

#fccb1b Text Font Color

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

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


#fccb1b Background Color

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

This div background color is #fccb1b


#fccb1b Border Color

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

This div border color is #fccb1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccb1b

Related Colors


Comments

No comments written yet.

Please login to write comment.