Color Hex Logo

#fbcf15 Color Hex

#FBCF15
(251,207,21)
0 Favorites   0 Comments

Color spaces of #fbcf15

RGB 25120721
HSL0.130.970.53
HSV49°92°98°
CMYK 0.000.180.92   0.02
XYZ62.231865.189010.0122
Yxy65.18900.45280.4743
Hunter Lab80.7397-3.711949.1655
CIE-Lab84.58100.632683.1436

#fbcf15 color RGB value is (251,207,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001111 00010101
Octal 373 317 25
Decimal 251 207 21
Hex FB CF 15

RGB Percentages of Color #fbcf15

%52.40
%43.22
%4.38

CMYK Percentages of Color #fbcf15

%0
%18
%92
%2

Triadic Colors of #fbcf15

#fbcf15 #15fbcf #cf15fb

Analogous Colors of #fbcf15

#fbcf15 #b4fb15 #fb5c15

Monochromatic Colors of #fbcf15

#fbcf15

Complementary Color

#fbcf15 #1541fb

#fbcf15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcf15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcf15 Color CSS Codes

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

#fbcf15 Text Font Color

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

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


#fbcf15 Background Color

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

This div background color is #fbcf15


#fbcf15 Border Color

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

This div border color is #fbcf15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcf15


Comments

No comments written yet.

Please login to write comment.