Color Hex Logo

#ffe258 Color Hex

#FFE258
(255,226,88)
0 Favorites   0 Comments

Color spaces of #ffe258

RGB 25522688
HSL0.141.000.67
HSV50°65°100°
CMYK 0.000.110.65   0.00
XYZ70.197876.357320.2711
Yxy76.35730.42080.4577
Hunter Lab87.3827-9.523947.4137
CIE-Lab90.0250-5.045968.6009

#ffe258 color RGB value is (255,226,88).

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

The process color (four color CMYK) of #ffe258 color hex is 0.00, 0.11, 0.65, 0.00. Web safe color of #ffe258 is #ffcc66. Color #ffe258 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100010 01011000
Octal 377 342 130
Decimal 255 226 88
Hex FF E2 58

RGB Percentages of Color #ffe258

%44.82
%39.72
%15.47

CMYK Percentages of Color #ffe258

%0
%11
%65
%0

Triadic Colors of #ffe258

#ffe258 #58ffe2 #e258ff

Analogous Colors of #ffe258

#ffe258 #c9ff58 #ff8f58

Monochromatic Colors of #ffe258

#ffe258

Complementary Color

#ffe258 #5875ff

#ffe258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe258 Color CSS Codes

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

#ffe258 Text Font Color

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

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


#ffe258 Background Color

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

This div background color is #ffe258


#ffe258 Border Color

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

This div border color is #ffe258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe258

Related Colors

#ffe258 Color Palettes


Comments

No comments written yet.

Please login to write comment.