Color Hex Logo

#ffe25b Color Hex

#FFE25B
(255,226,91)
0 Favorites   0 Comments

Color spaces of #ffe25b

RGB 25522691
HSL0.141.000.68
HSV49°64°100°
CMYK 0.000.110.64   0.00
XYZ70.324776.408020.9392
Yxy76.40800.41940.4557
Hunter Lab87.4117-9.363146.9854
CIE-Lab90.0484-4.874867.4003

#ffe25b color RGB value is (255,226,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100010 01011011
Octal 377 342 133
Decimal 255 226 91
Hex FF E2 5B

RGB Percentages of Color #ffe25b

%44.58
%39.51
%15.91

CMYK Percentages of Color #ffe25b

%0
%11
%64
%0

Triadic Colors of #ffe25b

#ffe25b #5bffe2 #e25bff

Analogous Colors of #ffe25b

#ffe25b #caff5b #ff905b

Monochromatic Colors of #ffe25b

#ffe25b

Complementary Color

#ffe25b #5b78ff

#ffe25b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe25b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe25b Color CSS Codes

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

#ffe25b Text Font Color

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

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


#ffe25b Background Color

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

This div background color is #ffe25b


#ffe25b Border Color

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

This div border color is #ffe25b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe25b

Related Colors


Comments

No comments written yet.

Please login to write comment.