color codes Logo

#fab72b color codes

#FAB72B
(250,183,43)
0 Favorites   0 Comments

Color spaces of #fab72b

RGB 25018343
HSL0.110.950.57
HSV41°83°98°
CMYK 0.000.270.83   0.02
XYZ56.793954.36549.7857
Yxy54.36540.46960.4495
Hunter Lab73.73298.459843.7442
CIE-Lab78.674313.059073.6455

#fab72b color RGB value is (250,183,43).

#fab72b hex color red value is 250, green value is 183 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #fab72b hue: 0.11 , saturation: 0.95 and the lightness value of fab72b is 0.57.

The process color (four color CMYK) of #fab72b color code is 0.00, 0.27, 0.83, 0.02. Web safe color of #fab72b is #ffcc33. Color #fab72b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110111 00101011
Octal 372 267 53
Decimal 250 183 43
Hex FA B7 2B

RGB Percentages of Color #fab72b

%52.52
%38.45
%9.03

CMYK Percentages of Color #fab72b

%0
%27
%83
%2

Triadic Colors of #fab72b

#fab72b #2bfab7 #b72bfa

Analogous Colors of #fab72b

#fab72b #d6fa2b #fa4f2b

Monochromatic Colors of #fab72b

#fab72b

Complementary Color

#fab72b #2b6efa

#fab72b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab72b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab72b Color CSS Codes

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

#fab72b Text Font Color

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

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


#fab72b Background Color

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

This div background color is #fab72b


#fab72b Border Color

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

This div border color is #fab72b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,183,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fab72b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fab72b;
  -webkit-box-shadow: 1px 1px 3px 2px #fab72b;
  box-shadow:         1px 1px 3px 2px #fab72b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,183,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab72b


Comments

No comments written yet.

Please login to write comment.