Color Hex Logo

#fbca05 Color Hex

#FBCA05
(251,202,5)
0 Favorites   0 Comments

Color spaces of #fbca05

RGB 2512025
HSL0.130.970.50
HSV48°98°98°
CMYK 0.000.200.98   0.02
XYZ60.931662.76129.0463
Yxy62.76120.45900.4728
Hunter Lab79.2220-1.349648.6851
CIE-Lab83.31663.037883.9651

#fbca05 color RGB value is (251,202,5).

#fbca05 hex color red value is 251, green value is 202 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #fbca05 hue: 0.13 , saturation: 0.97 and the lightness value of fbca05 is 0.50.

The process color (four color CMYK) of #fbca05 color hex is 0.00, 0.20, 0.98, 0.02. Web safe color of #fbca05 is #ffcc00. Color #fbca05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 00000101
Octal 373 312 5
Decimal 251 202 5
Hex FB CA 5

RGB Percentages of Color #fbca05

%54.80
%44.10
%1.09

CMYK Percentages of Color #fbca05

%0
%20
%98
%2

Triadic Colors of #fbca05

#fbca05 #05fbca #ca05fb

Analogous Colors of #fbca05

#fbca05 #b1fb05 #fb4f05

Monochromatic Colors of #fbca05

#fbca05

Complementary Color

#fbca05 #0536fb

#fbca05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbca05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbca05 Color CSS Codes

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

#fbca05 Text Font Color

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

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


#fbca05 Background Color

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

This div background color is #fbca05


#fbca05 Border Color

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

This div border color is #fbca05


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,202,5, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbca05; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbca05;
  -webkit-box-shadow: 1px 1px 3px 2px #fbca05;
  box-shadow:         1px 1px 3px 2px #fbca05; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbca05


Comments

No comments written yet.

Please login to write comment.