Color Hex Logo

#fcbe02 Color Hex

#FCBE02
(252,190,2)
0 Favorites   0 Comments

Color spaces of #fcbe02

RGB 2521902
HSL0.130.980.50
HSV45°99°99°
CMYK 0.000.250.99   0.01
XYZ58.569357.52678.0743
Yxy57.52670.47170.4633
Hunter Lab75.84645.108346.7807
CIE-Lab80.47499.641182.3105

#fcbe02 color RGB value is (252,190,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 00000010
Octal 374 276 2
Decimal 252 190 2
Hex FC BE 2

RGB Percentages of Color #fcbe02

%56.76
%42.79
%0.45

CMYK Percentages of Color #fcbe02

%0
%25
%99
%1

Triadic Colors of #fcbe02

#fcbe02 #02fcbe #be02fc

Analogous Colors of #fcbe02

#fcbe02 #bdfc02 #fc4102

Monochromatic Colors of #fcbe02

#fcbe02

Complementary Color

#fcbe02 #0240fc

#fcbe02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbe02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbe02 Color CSS Codes

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

#fcbe02 Text Font Color

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

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


#fcbe02 Background Color

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

This div background color is #fcbe02


#fcbe02 Border Color

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

This div border color is #fcbe02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbe02


Comments

No comments written yet.

Please login to write comment.