Color Hex Logo

#febe65 Color Hex

#FEBE65
(254,190,101)
0 Favorites   0 Comments

Color spaces of #febe65

RGB 254190101
HSL0.100.990.70
HSV35°60°100°
CMYK 0.000.250.60   0.00
XYZ61.635558.837320.4201
Yxy58.83730.43750.4176
Hunter Lab76.70559.196337.9100
CIE-Lab81.202113.805853.1099

#febe65 color RGB value is (254,190,101).

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

The process color (four color CMYK) of #febe65 color hex is 0.00, 0.25, 0.60, 0.00. Web safe color of #febe65 is #ffcc66. Color #febe65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 01100101
Octal 376 276 145
Decimal 254 190 101
Hex FE BE 65

RGB Percentages of Color #febe65

%46.61
%34.86
%18.53

CMYK Percentages of Color #febe65

%0
%25
%60
%0

Triadic Colors of #febe65

#febe65 #65febe #be65fe

Analogous Colors of #febe65

#febe65 #f2fe65 #fe7265

Monochromatic Colors of #febe65

#febe65

Complementary Color

#febe65 #65a5fe

#febe65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febe65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febe65 Color CSS Codes

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

#febe65 Text Font Color

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

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


#febe65 Background Color

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

This div background color is #febe65


#febe65 Border Color

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

This div border color is #febe65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febe65

Related Colors


Comments

No comments written yet.

Please login to write comment.