Color Hex Logo

#ffedba Color Hex

#FFEDBA
(255,237,186)
0 Favorites   0 Comments

Color spaces of #ffedba

RGB 255237186
HSL0.121.000.86
HSV44°27°100°
CMYK 0.000.070.27   0.00
XYZ80.387185.373558.6963
Yxy85.37350.35810.3804
Hunter Lab92.3978-6.399127.0141
CIE-Lab94.0438-1.481326.9585

#ffedba color RGB value is (255,237,186).

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

The process color (four color CMYK) of #ffedba color hex is 0.00, 0.07, 0.27, 0.00. Web safe color of #ffedba is #ffffcc. Color #ffedba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 10111010
Octal 377 355 272
Decimal 255 237 186
Hex FF ED BA

RGB Percentages of Color #ffedba

%37.61
%34.96
%27.43

CMYK Percentages of Color #ffedba

%0
%7
%27
%0

Triadic Colors of #ffedba

#ffedba #baffed #edbaff

Analogous Colors of #ffedba

#ffedba #efffba #ffcbba

Monochromatic Colors of #ffedba

#ffedba

Complementary Color

#ffedba #baccff

#ffedba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffedba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffedba Color CSS Codes

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

#ffedba Text Font Color

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

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


#ffedba Background Color

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

This div background color is #ffedba


#ffedba Border Color

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

This div border color is #ffedba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffedba


Comments

No comments written yet.

Please login to write comment.