Color Hex Logo

#faed27 Color Hex

#FAED27
(250,237,39)
0 Favorites   0 Comments

Color spaces of #faed27

RGB 25023739
HSL0.160.950.57
HSV56°84°98°
CMYK 0.000.050.84   0.02
XYZ70.074781.038913.8682
Yxy81.03890.42470.4912
Hunter Lab90.0216-18.589753.8813
CIE-Lab92.1490-14.465585.8363

#faed27 color RGB value is (250,237,39).

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

The process color (four color CMYK) of #faed27 color hex is 0.00, 0.05, 0.84, 0.02. Web safe color of #faed27 is #ffff33. Color #faed27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 00100111
Octal 372 355 47
Decimal 250 237 39
Hex FA ED 27

RGB Percentages of Color #faed27

%47.53
%45.06
%7.41

CMYK Percentages of Color #faed27

%0
%5
%84
%2

Triadic Colors of #faed27

#faed27 #27faed #ed27fa

Analogous Colors of #faed27

#faed27 #9efa27 #fa8427

Monochromatic Colors of #faed27

#faed27

Complementary Color

#faed27 #2734fa

#faed27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faed27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faed27 Color CSS Codes

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

#faed27 Text Font Color

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

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


#faed27 Background Color

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

This div background color is #faed27


#faed27 Border Color

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

This div border color is #faed27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faed27

Related Colors


Comments

No comments written yet.

Please login to write comment.