Color Hex Logo

#fcbe18 Color Hex

#FCBE18
(252,190,24)
0 Favorites   0 Comments

Color spaces of #fcbe18

RGB 25219024
HSL0.120.970.54
HSV44°90°99°
CMYK 0.000.250.90   0.01
XYZ58.723257.58838.8848
Yxy57.58830.46900.4600
Hunter Lab75.88705.325546.1792
CIE-Lab80.50949.865179.6475

#fcbe18 color RGB value is (252,190,24).

#fcbe18 hex color red value is 252, green value is 190 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #fcbe18 hue: 0.12 , saturation: 0.97 and the lightness value of fcbe18 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 00011000
Octal 374 276 30
Decimal 252 190 24
Hex FC BE 18

RGB Percentages of Color #fcbe18

%54.08
%40.77
%5.15

CMYK Percentages of Color #fcbe18

%0
%25
%90
%1

Triadic Colors of #fcbe18

#fcbe18 #18fcbe #be18fc

Analogous Colors of #fcbe18

#fcbe18 #c8fc18 #fc4c18

Monochromatic Colors of #fcbe18

#fcbe18

Complementary Color

#fcbe18 #1856fc

#fcbe18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbe18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbe18 Color CSS Codes

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

#fcbe18 Text Font Color

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

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


#fcbe18 Background Color

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

This div background color is #fcbe18


#fcbe18 Border Color

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

This div border color is #fcbe18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbe18


Comments

No comments written yet.

Please login to write comment.