Color Hex Logo

#fae233 Color Hex

#FAE233
(250,226,51)
0 Favorites   0 Comments

Color spaces of #fae233

RGB 25022651
HSL0.150.950.59
HSV53°80°98°
CMYK 0.000.100.80   0.02
XYZ67.218274.955714.0571
Yxy74.95570.43020.4798
Hunter Lab86.5770-12.922650.9772
CIE-Lab89.3722-8.719680.5940

#fae233 color RGB value is (250,226,51).

#fae233 hex color red value is 250, green value is 226 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #fae233 hue: 0.15 , saturation: 0.95 and the lightness value of fae233 is 0.59.

The process color (four color CMYK) of #fae233 color hex is 0.00, 0.10, 0.80, 0.02. Web safe color of #fae233 is #ffcc33. Color #fae233 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100010 00110011
Octal 372 342 63
Decimal 250 226 51
Hex FA E2 33

RGB Percentages of Color #fae233

%47.44
%42.88
%9.68

CMYK Percentages of Color #fae233

%0
%10
%80
%2

Triadic Colors of #fae233

#fae233 #33fae2 #e233fa

Analogous Colors of #fae233

#fae233 #affa33 #fa7f33

Monochromatic Colors of #fae233

#fae233

Complementary Color

#fae233 #334bfa

#fae233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae233 Color CSS Codes

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

#fae233 Text Font Color

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

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


#fae233 Background Color

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

This div background color is #fae233


#fae233 Border Color

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

This div border color is #fae233


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae233


Comments

No comments written yet.

Please login to write comment.