Color Hex Logo

#fefb65 Color Hex

#FEFB65
(254,251,101)
0 Favorites   0 Comments

Color spaces of #fefb65

RGB 254251101
HSL0.160.990.70
HSV59°60°100°
CMYK 0.000.010.60   0.00
XYZ77.719291.004825.7814
Yxy91.00480.39960.4679
Hunter Lab95.3964-21.520350.7541
CIE-Lab96.4120-16.978970.0827

#fefb65 color RGB value is (254,251,101).

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

The process color (four color CMYK) of #fefb65 color hex is 0.00, 0.01, 0.60, 0.00. Web safe color of #fefb65 is #ffff66. Color #fefb65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 01100101
Octal 376 373 145
Decimal 254 251 101
Hex FE FB 65

RGB Percentages of Color #fefb65

%41.91
%41.42
%16.67

CMYK Percentages of Color #fefb65

%0
%1
%60
%0

Triadic Colors of #fefb65

#fefb65 #65fefb #fb65fe

Analogous Colors of #fefb65

#fefb65 #b5fe65 #feaf65

Monochromatic Colors of #fefb65

#fefb65

Complementary Color

#fefb65 #6568fe

#fefb65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefb65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefb65 Color CSS Codes

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

#fefb65 Text Font Color

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

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


#fefb65 Background Color

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

This div background color is #fefb65


#fefb65 Border Color

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

This div border color is #fefb65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefb65

Related Colors


Comments

No comments written yet.

Please login to write comment.