Color Hex Logo

#ffeda7 Color Hex

#FFEDA7
(255,237,167)
0 Favorites   0 Comments

Color spaces of #ffeda7

RGB 255237167
HSL0.131.000.83
HSV48°35°100°
CMYK 0.000.070.35   0.00
XYZ78.499284.618448.7548
Yxy84.61840.37050.3994
Hunter Lab91.9883-8.654532.9674
CIE-Lab93.7184-3.809736.1611

#ffeda7 color RGB value is (255,237,167).

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

The process color (four color CMYK) of #ffeda7 color hex is 0.00, 0.07, 0.35, 0.00. Web safe color of #ffeda7 is #ffff99. Color #ffeda7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 10100111
Octal 377 355 247
Decimal 255 237 167
Hex FF ED A7

RGB Percentages of Color #ffeda7

%38.69
%35.96
%25.34

CMYK Percentages of Color #ffeda7

%0
%7
%35
%0

Triadic Colors of #ffeda7

#ffeda7 #a7ffed #eda7ff

Analogous Colors of #ffeda7

#ffeda7 #e5ffa7 #ffc1a7

Monochromatic Colors of #ffeda7

#ffeda7

Complementary Color

#ffeda7 #a7b9ff

#ffeda7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeda7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeda7 Color CSS Codes

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

#ffeda7 Text Font Color

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

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


#ffeda7 Background Color

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

This div background color is #ffeda7


#ffeda7 Border Color

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

This div border color is #ffeda7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeda7

Related Colors


Comments

No comments written yet.

Please login to write comment.