Color Hex Logo

#fccd22 Color Hex

#FCCD22
(252,205,34)
0 Favorites   0 Comments

Color spaces of #fccd22

RGB 25220534
HSL0.130.970.56
HSV47°87°99°
CMYK 0.000.190.87   0.01
XYZ62.264964.473610.6763
Yxy64.47360.45310.4692
Hunter Lab80.2955-2.099748.3235
CIE-Lab84.21172.301380.5535

#fccd22 color RGB value is (252,205,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 00100010
Octal 374 315 42
Decimal 252 205 34
Hex FC CD 22

RGB Percentages of Color #fccd22

%51.32
%41.75
%6.92

CMYK Percentages of Color #fccd22

%0
%19
%87
%1

Triadic Colors of #fccd22

#fccd22 #22fccd #cd22fc

Analogous Colors of #fccd22

#fccd22 #befc22 #fc6022

Monochromatic Colors of #fccd22

#fccd22

Complementary Color

#fccd22 #2251fc

#fccd22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccd22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccd22 Color CSS Codes

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

#fccd22 Text Font Color

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

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


#fccd22 Background Color

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

This div background color is #fccd22


#fccd22 Border Color

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

This div border color is #fccd22


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,205,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 #fccd22">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccd22


Comments

No comments written yet.

Please login to write comment.