Color Hex Logo

#febf34 Color Hex

#FEBF34
(254,191,52)
0 Favorites   0 Comments

Color spaces of #febf34

RGB 25419152
HSL0.110.990.60
HSV41°80°100°
CMYK 0.000.250.80   0.00
XYZ60.123758.580411.3871
Yxy58.58040.46220.4503
Hunter Lab76.53786.278144.7555
CIE-Lab81.060410.848873.1173

#febf34 color RGB value is (254,191,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 00110100
Octal 376 277 64
Decimal 254 191 52
Hex FE BF 34

RGB Percentages of Color #febf34

%51.11
%38.43
%10.46

CMYK Percentages of Color #febf34

%0
%25
%80
%0

Triadic Colors of #febf34

#febf34 #34febf #bf34fe

Analogous Colors of #febf34

#febf34 #d8fe34 #fe5a34

Monochromatic Colors of #febf34

#febf34

Complementary Color

#febf34 #3473fe

#febf34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf34 Color CSS Codes

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

#febf34 Text Font Color

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

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


#febf34 Background Color

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

This div background color is #febf34


#febf34 Border Color

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

This div border color is #febf34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf34

Related Colors


Comments

No comments written yet.

Please login to write comment.