color codes Logo

#fcde1b color codes

#FCDE1B
(252,222,27)
0 Favorites   0 Comments

Color spaces of #fcde1b

RGB 25222227
HSL0.140.970.55
HSV52°89°99°
CMYK 0.000.120.89   0.01
XYZ66.464073.017111.6276
Yxy73.01710.43980.4832
Hunter Lab85.4500-10.698351.7472
CIE-Lab88.4559-6.442185.2093

#fcde1b color RGB value is (252,222,27).

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

The process color (four color CMYK) of #fcde1b color code is 0.00, 0.12, 0.89, 0.01. Web safe color of #fcde1b is #ffcc33. Color #fcde1b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011110 00011011
Octal 374 336 33
Decimal 252 222 27
Hex FC DE 1B

RGB Percentages of Color #fcde1b

%50.30
%44.31
%5.39

CMYK Percentages of Color #fcde1b

%0
%12
%89
%1

Triadic Colors of #fcde1b

#fcde1b #1bfcde #de1bfc

Analogous Colors of #fcde1b

#fcde1b #aafc1b #fc6e1b

Monochromatic Colors of #fcde1b

#fcde1b

Complementary Color

#fcde1b #1b39fc

#fcde1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcde1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcde1b Color CSS Codes

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

#fcde1b Text Font Color

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

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


#fcde1b Background Color

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

This div background color is #fcde1b


#fcde1b Border Color

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

This div border color is #fcde1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcde1b

Related Colors


Comments

No comments written yet.

Please login to write comment.