Color Hex Logo

#ffe955 Color Hex

#FFE955
(255,233,85)
0 Favorites   0 Comments

Color spaces of #ffe955

RGB 25523385
HSL0.151.000.67
HSV52°67°100°
CMYK 0.000.090.67   0.00
XYZ72.018680.193720.2775
Yxy80.19370.41750.4649
Hunter Lab89.5509-13.161049.2603
CIE-Lab91.7717-8.700671.6005

#ffe955 color RGB value is (255,233,85).

#ffe955 hex color red value is 255, green value is 233 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #ffe955 hue: 0.15 , saturation: 1.00 and the lightness value of ffe955 is 0.67.

The process color (four color CMYK) of #ffe955 color hex is 0.00, 0.09, 0.67, 0.00. Web safe color of #ffe955 is #ffff66. Color #ffe955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101001 01010101
Octal 377 351 125
Decimal 255 233 85
Hex FF E9 55

RGB Percentages of Color #ffe955

%44.50
%40.66
%14.83

CMYK Percentages of Color #ffe955

%0
%9
%67
%0

Triadic Colors of #ffe955

#ffe955 #55ffe9 #e955ff

Analogous Colors of #ffe955

#ffe955 #c0ff55 #ff9455

Monochromatic Colors of #ffe955

#ffe955

Complementary Color

#ffe955 #556bff

#ffe955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe955 Color CSS Codes

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

#ffe955 Text Font Color

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

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


#ffe955 Background Color

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

This div background color is #ffe955


#ffe955 Border Color

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

This div border color is #ffe955


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,233,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffe955; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffe955;
  -webkit-box-shadow: 1px 1px 3px 2px #ffe955;
  box-shadow:         1px 1px 3px 2px #ffe955; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,233,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe955

Related Colors

#ffe955 Color Palettes


Comments

No comments written yet.

Please login to write comment.