Color Hex Logo

#feb233 Color Hex

#FEB233
(254,178,51)
0 Favorites   0 Comments

Color spaces of #feb233

RGB 25417851
HSL0.100.990.60
HSV38°80°100°
CMYK 0.000.300.80   0.00
XYZ57.391053.150610.3662
Yxy53.15060.47470.4396
Hunter Lab72.904512.933942.6027
CIE-Lab77.963817.592270.6830

#feb233 color RGB value is (254,178,51).

#feb233 hex color red value is 254, green value is 178 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #feb233 hue: 0.10 , saturation: 0.99 and the lightness value of feb233 is 0.60.

The process color (four color CMYK) of #feb233 color hex is 0.00, 0.30, 0.80, 0.00. Web safe color of #feb233 is #ff9933. Color #feb233 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110010 00110011
Octal 376 262 63
Decimal 254 178 51
Hex FE B2 33

RGB Percentages of Color #feb233

%52.59
%36.85
%10.56

CMYK Percentages of Color #feb233

%0
%30
%80
%0

Triadic Colors of #feb233

#feb233 #33feb2 #b233fe

Analogous Colors of #feb233

#feb233 #e5fe33 #fe4c33

Monochromatic Colors of #feb233

#feb233

Complementary Color

#feb233 #337ffe

#feb233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb233 Color CSS Codes

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

#feb233 Text Font Color

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

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


#feb233 Background Color

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

This div background color is #feb233


#feb233 Border Color

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

This div border color is #feb233


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,178,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 #feb233">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb233

Related Colors


Comments

No comments written yet.

Please login to write comment.