Color Hex Logo

#ffe680 Color Hex

#FFE680
(255,230,128)
1 Favorites   0 Comments

Color spaces of #ffe680

RGB 255230128
HSL0.131.000.75
HSV48°50°100°
CMYK 0.000.100.50   0.00
XYZ73.433179.412131.8798
Yxy79.41210.39750.4299
Hunter Lab89.1135-8.857341.1688
CIE-Lab91.4204-4.221552.4024

#ffe680 color RGB value is (255,230,128).

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

The process color (four color CMYK) of #ffe680 color hex is 0.00, 0.10, 0.50, 0.00. Web safe color of #ffe680 is #ffff99. Color #ffe680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100110 10000000
Octal 377 346 200
Decimal 255 230 128
Hex FF E6 80

RGB Percentages of Color #ffe680

%41.60
%37.52
%20.88

CMYK Percentages of Color #ffe680

%0
%10
%50
%0

Triadic Colors of #ffe680

#ffe680 #80ffe6 #e680ff

Analogous Colors of #ffe680

#ffe680 #d9ff80 #ffa780

Monochromatic Colors of #ffe680

#ffe680

Complementary Color

#ffe680 #8099ff

#ffe680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe680 Color CSS Codes

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

#ffe680 Text Font Color

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

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


#ffe680 Background Color

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

This div background color is #ffe680


#ffe680 Border Color

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

This div border color is #ffe680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe680


Comments

No comments written yet.

Please login to write comment.