Color Hex Logo

#fbcb15 Color Hex

#FBCB15
(251,203,21)
0 Favorites   0 Comments

Color spaces of #fbcb15

RGB 25120321
HSL0.130.970.53
HSV47°92°98°
CMYK 0.000.190.92   0.02
XYZ61.275063.27529.6933
Yxy63.27520.45640.4713
Hunter Lab79.5457-1.704348.4570
CIE-Lab83.58702.680782.3984

#fbcb15 color RGB value is (251,203,21).

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

The process color (four color CMYK) of #fbcb15 color hex is 0.00, 0.19, 0.92, 0.02. Web safe color of #fbcb15 is #ffcc00. Color #fbcb15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 00010101
Octal 373 313 25
Decimal 251 203 21
Hex FB CB 15

RGB Percentages of Color #fbcb15

%52.84
%42.74
%4.42

CMYK Percentages of Color #fbcb15

%0
%19
%92
%2

Triadic Colors of #fbcb15

#fbcb15 #15fbcb #cb15fb

Analogous Colors of #fbcb15

#fbcb15 #b8fb15 #fb5815

Monochromatic Colors of #fbcb15

#fbcb15

Complementary Color

#fbcb15 #1545fb

#fbcb15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcb15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcb15 Color CSS Codes

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

#fbcb15 Text Font Color

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

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


#fbcb15 Background Color

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

This div background color is #fbcb15


#fbcb15 Border Color

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

This div border color is #fbcb15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcb15


Comments

No comments written yet.

Please login to write comment.