Color Hex Logo

#fccb22 Color Hex

#FCCB22
(252,203,34)
0 Favorites   0 Comments

Color spaces of #fccb22

RGB 25220334
HSL0.130.970.56
HSV47°87°99°
CMYK 0.000.190.87   0.01
XYZ61.789663.522810.5178
Yxy63.52280.45490.4677
Hunter Lab79.7012-1.092247.9666
CIE-Lab83.71673.327480.1587

#fccb22 color RGB value is (252,203,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 00100010
Octal 374 313 42
Decimal 252 203 34
Hex FC CB 22

RGB Percentages of Color #fccb22

%51.53
%41.51
%6.95

CMYK Percentages of Color #fccb22

%0
%19
%87
%1

Triadic Colors of #fccb22

#fccb22 #22fccb #cb22fc

Analogous Colors of #fccb22

#fccb22 #c0fc22 #fc5e22

Monochromatic Colors of #fccb22

#fccb22

Complementary Color

#fccb22 #2253fc

#fccb22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccb22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccb22 Color CSS Codes

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

#fccb22 Text Font Color

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

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


#fccb22 Background Color

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

This div background color is #fccb22


#fccb22 Border Color

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

This div border color is #fccb22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccb22


Comments

No comments written yet.

Please login to write comment.