color codes Logo

#fcee55 color codes

#FCEE55
(252,238,85)
0 Favorites   0 Comments

Color spaces of #fcee55

RGB 25223885
HSL0.150.970.66
HSV55°66°99°
CMYK 0.000.060.66   0.01
XYZ72.359182.500420.7048
Yxy82.50040.41220.4699
Hunter Lab90.8297-16.750850.0655
CIE-Lab92.7953-12.395272.5686

#fcee55 color RGB value is (252,238,85).

#fcee55 hex color red value is 252, green value is 238 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #fcee55 hue: 0.15 , saturation: 0.97 and the lightness value of fcee55 is 0.66.

The process color (four color CMYK) of #fcee55 color code is 0.00, 0.06, 0.66, 0.01. Web safe color of #fcee55 is #ffff66. Color #fcee55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101110 01010101
Octal 374 356 125
Decimal 252 238 85
Hex FC EE 55

RGB Percentages of Color #fcee55

%43.83
%41.39
%14.78

CMYK Percentages of Color #fcee55

%0
%6
%66
%1

Triadic Colors of #fcee55

#fcee55 #55fcee #ee55fc

Analogous Colors of #fcee55

#fcee55 #b7fc55 #fc9b55

Monochromatic Colors of #fcee55

#fcee55

Complementary Color

#fcee55 #5563fc

#fcee55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcee55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcee55 Color CSS Codes

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

#fcee55 Text Font Color

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

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


#fcee55 Background Color

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

This div background color is #fcee55


#fcee55 Border Color

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

This div border color is #fcee55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcee55

Related Colors


Comments

No comments written yet.

Please login to write comment.