Color Hex Logo

#ffeb7d Color Hex

#FFEB7D
(255,235,125)
0 Favorites   0 Comments

Color spaces of #ffeb7d

RGB 255235125
HSL0.141.000.75
HSV51°51°100°
CMYK 0.000.080.51   0.00
XYZ74.650082.157331.3255
Yxy82.15730.39680.4367
Hunter Lab90.6407-11.611842.9578
CIE-Lab92.6442-6.976155.2866

#ffeb7d color RGB value is (255,235,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101011 01111101
Octal 377 353 175
Decimal 255 235 125
Hex FF EB 7D

RGB Percentages of Color #ffeb7d

%41.46
%38.21
%20.33

CMYK Percentages of Color #ffeb7d

%0
%8
%51
%0

Triadic Colors of #ffeb7d

#ffeb7d #7dffeb #eb7dff

Analogous Colors of #ffeb7d

#ffeb7d #d2ff7d #ffaa7d

Monochromatic Colors of #ffeb7d

#ffeb7d

Complementary Color

#ffeb7d #7d91ff

#ffeb7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeb7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeb7d Color CSS Codes

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

#ffeb7d Text Font Color

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

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


#ffeb7d Background Color

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

This div background color is #ffeb7d


#ffeb7d Border Color

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

This div border color is #ffeb7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeb7d


Comments

No comments written yet.

Please login to write comment.