color codes Logo

#fef70b color codes

#FEF70B
(254,247,11)
0 Favorites   0 Comments

Color spaces of #fef70b

RGB 25424711
HSL0.160.990.52
HSV58°96°100°
CMYK 0.000.030.96   0.00
XYZ74.194287.616513.3178
Yxy87.61650.42370.5003
Hunter Lab93.6037-22.319957.0869
CIE-Lab94.9992-18.067792.0997

#fef70b color RGB value is (254,247,11).

#fef70b hex color red value is 254, green value is 247 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #fef70b hue: 0.16 , saturation: 0.99 and the lightness value of fef70b is 0.52.

The process color (four color CMYK) of #fef70b color code is 0.00, 0.03, 0.96, 0.00. Web safe color of #fef70b is #ffff00. Color #fef70b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110111 00001011
Octal 376 367 13
Decimal 254 247 11
Hex FE F7 B

RGB Percentages of Color #fef70b

%49.61
%48.24
%2.15

CMYK Percentages of Color #fef70b

%0
%3
%96
%0

Triadic Colors of #fef70b

#fef70b #0bfef7 #f70bfe

Analogous Colors of #fef70b

#fef70b #8cfe0b #fe7e0b

Monochromatic Colors of #fef70b

#fef70b

Complementary Color

#fef70b #0b12fe

#fef70b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef70b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef70b Color CSS Codes

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

#fef70b Text Font Color

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

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


#fef70b Background Color

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

This div background color is #fef70b


#fef70b Border Color

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

This div border color is #fef70b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef70b


Comments

No comments written yet.

Please login to write comment.