Color Hex Logo

#fcbe3d Color Hex

#FCBE3D
(252,190,61)
0 Favorites   0 Comments

Color spaces of #fcbe3d

RGB 25219061
HSL0.110.970.61
HSV41°76°99°
CMYK 0.000.250.76   0.01
XYZ59.400657.859312.4521
Yxy57.85930.45790.4461
Hunter Lab76.06536.279243.5398
CIE-Lab80.660510.844869.5773

#fcbe3d color RGB value is (252,190,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 00111101
Octal 374 276 75
Decimal 252 190 61
Hex FC BE 3D

RGB Percentages of Color #fcbe3d

%50.10
%37.77
%12.13

CMYK Percentages of Color #fcbe3d

%0
%25
%76
%1

Triadic Colors of #fcbe3d

#fcbe3d #3dfcbe #be3dfc

Analogous Colors of #fcbe3d

#fcbe3d #dbfc3d #fc5e3d

Monochromatic Colors of #fcbe3d

#fcbe3d

Complementary Color

#fcbe3d #3d7bfc

#fcbe3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbe3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbe3d Color CSS Codes

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

#fcbe3d Text Font Color

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

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


#fcbe3d Background Color

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

This div background color is #fcbe3d


#fcbe3d Border Color

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

This div border color is #fcbe3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbe3d


Comments

No comments written yet.

Please login to write comment.