Color Hex Logo

#fcb81d Color Hex

#FCB81D
(252,184,29)
0 Favorites   0 Comments

Color spaces of #fcb81d

RGB 25218429
HSL0.120.970.55
HSV42°88°99°
CMYK 0.000.270.88   0.01
XYZ57.507155.06518.7601
Yxy55.06510.47400.4538
Hunter Lab74.20598.471444.9448
CIE-Lab79.078813.071377.5887

#fcb81d color RGB value is (252,184,29).

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

The process color (four color CMYK) of #fcb81d color hex is 0.00, 0.27, 0.88, 0.01. Web safe color of #fcb81d is #ffcc33. Color #fcb81d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111000 00011101
Octal 374 270 35
Decimal 252 184 29
Hex FC B8 1D

RGB Percentages of Color #fcb81d

%54.19
%39.57
%6.24

CMYK Percentages of Color #fcb81d

%0
%27
%88
%1

Triadic Colors of #fcb81d

#fcb81d #1dfcb8 #b81dfc

Analogous Colors of #fcb81d

#fcb81d #d1fc1d #fc491d

Monochromatic Colors of #fcb81d

#fcb81d

Complementary Color

#fcb81d #1d61fc

#fcb81d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb81d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb81d Color CSS Codes

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

#fcb81d Text Font Color

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

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


#fcb81d Background Color

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

This div background color is #fcb81d


#fcb81d Border Color

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

This div border color is #fcb81d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb81d


Comments

No comments written yet.

Please login to write comment.