Color Hex Logo

#fbc252 Color Hex

#FBC252
(251,194,82)
0 Favorites   0 Comments

Color spaces of #fbc252

RGB 25119482
HSL0.110.950.65
HSV40°67°98°
CMYK 0.000.230.67   0.02
XYZ60.598459.702016.3124
Yxy59.70200.44360.4370
Hunter Lab77.26714.775241.5698
CIE-Lab81.67599.322262.1844

#fbc252 color RGB value is (251,194,82).

#fbc252 hex color red value is 251, green value is 194 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #fbc252 hue: 0.11 , saturation: 0.95 and the lightness value of fbc252 is 0.65.

The process color (four color CMYK) of #fbc252 color hex is 0.00, 0.23, 0.67, 0.02. Web safe color of #fbc252 is #ffcc66. Color #fbc252 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000010 01010010
Octal 373 302 122
Decimal 251 194 82
Hex FB C2 52

RGB Percentages of Color #fbc252

%47.63
%36.81
%15.56

CMYK Percentages of Color #fbc252

%0
%23
%67
%2

Triadic Colors of #fbc252

#fbc252 #52fbc2 #c252fb

Analogous Colors of #fbc252

#fbc252 #e0fb52 #fb6e52

Monochromatic Colors of #fbc252

#fbc252

Complementary Color

#fbc252 #528bfb

#fbc252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc252 Color CSS Codes

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

#fbc252 Text Font Color

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

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


#fbc252 Background Color

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

This div background color is #fbc252


#fbc252 Border Color

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

This div border color is #fbc252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc252

Related Colors


Comments

No comments written yet.

Please login to write comment.