Color Hex Logo

#fac27b Color Hex

#FAC27B
(250,194,123)
0 Favorites   0 Comments

Color spaces of #fac27b

RGB 250194123
HSL0.090.930.73
HSV34°51°98°
CMYK 0.000.220.51   0.02
XYZ62.291360.337627.1021
Yxy60.33760.41600.4030
Hunter Lab77.67737.208233.6874
CIE-Lab82.021311.804043.1935

#fac27b color RGB value is (250,194,123).

#fac27b hex color red value is 250, green value is 194 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #fac27b hue: 0.09 , saturation: 0.93 and the lightness value of fac27b is 0.73.

The process color (four color CMYK) of #fac27b color hex is 0.00, 0.22, 0.51, 0.02. Web safe color of #fac27b is #ffcc66. Color #fac27b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000010 01111011
Octal 372 302 173
Decimal 250 194 123
Hex FA C2 7B

RGB Percentages of Color #fac27b

%44.09
%34.22
%21.69

CMYK Percentages of Color #fac27b

%0
%22
%51
%2

Triadic Colors of #fac27b

#fac27b #7bfac2 #c27bfa

Analogous Colors of #fac27b

#fac27b #f3fa7b #fa837b

Monochromatic Colors of #fac27b

#fac27b

Complementary Color

#fac27b #7bb3fa

#fac27b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac27b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac27b Color CSS Codes

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

#fac27b Text Font Color

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

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


#fac27b Background Color

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

This div background color is #fac27b


#fac27b Border Color

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

This div border color is #fac27b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac27b

Related Colors


Comments

No comments written yet.

Please login to write comment.