Color Hex Logo

#feb618 Color Hex

#FEB618
(254,182,24)
0 Favorites   0 Comments

Color spaces of #feb618

RGB 25418224
HSL0.110.990.55
HSV41°91°100°
CMYK 0.000.280.91   0.00
XYZ57.765954.59278.3570
Yxy54.59270.47850.4522
Hunter Lab73.886910.252045.0148
CIE-Lab78.806114.880178.4637

#feb618 color RGB value is (254,182,24).

#feb618 hex color red value is 254, green value is 182 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #feb618 hue: 0.11 , saturation: 0.99 and the lightness value of feb618 is 0.55.

The process color (four color CMYK) of #feb618 color hex is 0.00, 0.28, 0.91, 0.00. Web safe color of #feb618 is #ffcc00. Color #feb618 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 00011000
Octal 376 266 30
Decimal 254 182 24
Hex FE B6 18

RGB Percentages of Color #feb618

%55.22
%39.57
%5.22

CMYK Percentages of Color #feb618

%0
%28
%91
%0

Triadic Colors of #feb618

#feb618 #18feb6 #b618fe

Analogous Colors of #feb618

#feb618 #d3fe18 #fe4318

Monochromatic Colors of #feb618

#feb618

Complementary Color

#feb618 #1860fe

#feb618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb618 Color CSS Codes

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

#feb618 Text Font Color

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

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


#feb618 Background Color

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

This div background color is #feb618


#feb618 Border Color

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

This div border color is #feb618


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,182,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb618


Comments

No comments written yet.

Please login to write comment.