Color Hex Logo

#fcdd22 Color Hex

#FCDD22
(252,221,34)
0 Favorites   0 Comments

Color spaces of #fcdd22

RGB 25222134
HSL0.140.970.56
HSV51°87°99°
CMYK 0.000.120.87   0.01
XYZ66.290172.523812.0180
Yxy72.52380.43950.4808
Hunter Lab85.1609-10.085451.2456
CIE-Lab88.2201-5.813383.7526

#fcdd22 color RGB value is (252,221,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 00100010
Octal 374 335 42
Decimal 252 221 34
Hex FC DD 22

RGB Percentages of Color #fcdd22

%49.70
%43.59
%6.71

CMYK Percentages of Color #fcdd22

%0
%12
%87
%1

Triadic Colors of #fcdd22

#fcdd22 #22fcdd #dd22fc

Analogous Colors of #fcdd22

#fcdd22 #aefc22 #fc7022

Monochromatic Colors of #fcdd22

#fcdd22

Complementary Color

#fcdd22 #2241fc

#fcdd22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdd22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdd22 Color CSS Codes

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

#fcdd22 Text Font Color

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

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


#fcdd22 Background Color

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

This div background color is #fcdd22


#fcdd22 Border Color

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

This div border color is #fcdd22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdd22


Comments

No comments written yet.

Please login to write comment.