Color Hex Logo

#ffeb5c Color Hex

#FFEB5C
(255,235,92)
0 Favorites   0 Comments

Color spaces of #ffeb5c

RGB 25523592
HSL0.151.000.68
HSV53°64°100°
CMYK 0.000.080.64   0.00
XYZ72.880181.449422.0053
Yxy81.44940.41330.4619
Hunter Lab90.2493-13.790148.7180
CIE-Lab92.3313-9.302269.4094

#ffeb5c color RGB value is (255,235,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101011 01011100
Octal 377 353 134
Decimal 255 235 92
Hex FF EB 5C

RGB Percentages of Color #ffeb5c

%43.81
%40.38
%15.81

CMYK Percentages of Color #ffeb5c

%0
%8
%64
%0

Triadic Colors of #ffeb5c

#ffeb5c #5cffeb #eb5cff

Analogous Colors of #ffeb5c

#ffeb5c #c2ff5c #ff9a5c

Monochromatic Colors of #ffeb5c

#ffeb5c

Complementary Color

#ffeb5c #5c70ff

#ffeb5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeb5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeb5c Color CSS Codes

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

#ffeb5c Text Font Color

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

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


#ffeb5c Background Color

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

This div background color is #ffeb5c


#ffeb5c Border Color

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

This div border color is #ffeb5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeb5c


Comments

No comments written yet.

Please login to write comment.