Color Hex Logo

#fcce5f Color Hex

#FCCE5F
(252,206,95)
0 Favorites   0 Comments

Color spaces of #fcce5f

RGB 25220695
HSL0.120.960.68
HSV42°62°99°
CMYK 0.000.180.62   0.01
XYZ64.281765.664320.1129
Yxy65.66430.42840.4376
Hunter Lab81.0335-0.209442.0074
CIE-Lab84.82494.297259.9331

#fcce5f color RGB value is (252,206,95).

#fcce5f hex color red value is 252, green value is 206 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fcce5f hue: 0.12 , saturation: 0.96 and the lightness value of fcce5f is 0.68.

The process color (four color CMYK) of #fcce5f color hex is 0.00, 0.18, 0.62, 0.01. Web safe color of #fcce5f is #ffcc66. Color #fcce5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 01011111
Octal 374 316 137
Decimal 252 206 95
Hex FC CE 5F

RGB Percentages of Color #fcce5f

%45.57
%37.25
%17.18

CMYK Percentages of Color #fcce5f

%0
%18
%62
%1

Triadic Colors of #fcce5f

#fcce5f #5ffcce #ce5ffc

Analogous Colors of #fcce5f

#fcce5f #dcfc5f #fc805f

Monochromatic Colors of #fcce5f

#fcce5f

Complementary Color

#fcce5f #5f8dfc

#fcce5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcce5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcce5f Color CSS Codes

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

#fcce5f Text Font Color

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

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


#fcce5f Background Color

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

This div background color is #fcce5f


#fcce5f Border Color

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

This div border color is #fcce5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcce5f


Comments

No comments written yet.

Please login to write comment.