Color Hex Logo

#fcce3d Color Hex

#FCCE3D
(252,206,61)
0 Favorites   0 Comments

Color spaces of #fcce3d

RGB 25220661
HSL0.130.970.61
HSV46°76°99°
CMYK 0.000.180.76   0.01
XYZ63.058565.175013.6714
Yxy65.17500.44440.4593
Hunter Lab80.7310-1.854146.4713
CIE-Lab84.57382.577773.2539

#fcce3d color RGB value is (252,206,61).

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

The process color (four color CMYK) of #fcce3d color hex is 0.00, 0.18, 0.76, 0.01. Web safe color of #fcce3d is #ffcc33. Color #fcce3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 00111101
Octal 374 316 75
Decimal 252 206 61
Hex FC CE 3D

RGB Percentages of Color #fcce3d

%48.55
%39.69
%11.75

CMYK Percentages of Color #fcce3d

%0
%18
%76
%1

Triadic Colors of #fcce3d

#fcce3d #3dfcce #ce3dfc

Analogous Colors of #fcce3d

#fcce3d #cbfc3d #fc6f3d

Monochromatic Colors of #fcce3d

#fcce3d

Complementary Color

#fcce3d #3d6bfc

#fcce3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcce3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcce3d Color CSS Codes

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

#fcce3d Text Font Color

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

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


#fcce3d Background Color

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

This div background color is #fcce3d


#fcce3d Border Color

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

This div border color is #fcce3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcce3d

Related Colors


Comments

No comments written yet.

Please login to write comment.