Color Hex Logo

#ffeb55 Color Hex

#FFEB55
(255,235,85)
0 Favorites   0 Comments

Color spaces of #ffeb55

RGB 25523585
HSL0.151.000.67
HSV53°67°100°
CMYK 0.000.080.67   0.00
XYZ72.588081.332520.4673
Yxy81.33250.41620.4664
Hunter Lab90.1845-14.151349.6734
CIE-Lab92.2794-9.690972.1207

#ffeb55 color RGB value is (255,235,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101011 01010101
Octal 377 353 125
Decimal 255 235 85
Hex FF EB 55

RGB Percentages of Color #ffeb55

%44.35
%40.87
%14.78

CMYK Percentages of Color #ffeb55

%0
%8
%67
%0

Triadic Colors of #ffeb55

#ffeb55 #55ffeb #eb55ff

Analogous Colors of #ffeb55

#ffeb55 #beff55 #ff9655

Monochromatic Colors of #ffeb55

#ffeb55

Complementary Color

#ffeb55 #5569ff

#ffeb55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeb55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeb55 Color CSS Codes

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

#ffeb55 Text Font Color

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

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


#ffeb55 Background Color

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

This div background color is #ffeb55


#ffeb55 Border Color

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

This div border color is #ffeb55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeb55

Related Colors


Comments

No comments written yet.

Please login to write comment.