Color Hex Logo

#fcce02 Color Hex

#FCCE02
(252,206,2)
0 Favorites   0 Comments

Color spaces of #fcce02

RGB 2522062
HSL0.140.980.50
HSV49°99°99°
CMYK 0.000.180.99   0.01
XYZ62.227164.84249.2936
Yxy64.84240.45630.4755
Hunter Lab80.5248-2.979049.5245
CIE-Lab84.40251.391485.0492

#fcce02 color RGB value is (252,206,2).

#fcce02 hex color red value is 252, green value is 206 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #fcce02 hue: 0.14 , saturation: 0.98 and the lightness value of fcce02 is 0.50.

The process color (four color CMYK) of #fcce02 color hex is 0.00, 0.18, 0.99, 0.01. Web safe color of #fcce02 is #ffcc00. Color #fcce02 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 00000010
Octal 374 316 2
Decimal 252 206 2
Hex FC CE 2

RGB Percentages of Color #fcce02

%54.78
%44.78
%0.43

CMYK Percentages of Color #fcce02

%0
%18
%99
%1

Triadic Colors of #fcce02

#fcce02 #02fcce #ce02fc

Analogous Colors of #fcce02

#fcce02 #adfc02 #fc5102

Monochromatic Colors of #fcce02

#fcce02

Complementary Color

#fcce02 #0230fc

#fcce02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcce02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcce02 Color CSS Codes

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

#fcce02 Text Font Color

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

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


#fcce02 Background Color

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

This div background color is #fcce02


#fcce02 Border Color

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

This div border color is #fcce02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcce02


Comments

No comments written yet.

Please login to write comment.