Color Hex Logo

#edb694 Color Hex

#EDB694
(237,182,148)
0 Favorites   0 Comments

Color spaces of #edb694

RGB 237182148
HSL0.060.710.75
HSV23°38°93°
CMYK 0.000.230.38   0.07
XYZ56.998353.598535.3584
Yxy53.59850.39050.3672
Hunter Lab73.211010.851622.6127
CIE-Lab78.227015.491624.9905

#edb694 color RGB value is (237,182,148).

#edb694 hex color red value is 237, green value is 182 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #edb694 hue: 0.06 , saturation: 0.71 and the lightness value of edb694 is 0.75.

The process color (four color CMYK) of #edb694 color hex is 0.00, 0.23, 0.38, 0.07. Web safe color of #edb694 is #ffcc99. Color #edb694 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110110 10010100
Octal 355 266 224
Decimal 237 182 148
Hex ED B6 94

RGB Percentages of Color #edb694

%41.80
%32.10
%26.10

CMYK Percentages of Color #edb694

%0
%23
%38
%7

Triadic Colors of #edb694

#edb694 #94edb6 #b694ed

Analogous Colors of #edb694

#edb694 #ede394 #ed949f

Monochromatic Colors of #edb694

#edb694

Complementary Color

#edb694 #94cbed

#edb694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb694 Color CSS Codes

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

#edb694 Text Font Color

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

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


#edb694 Background Color

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

This div background color is #edb694


#edb694 Border Color

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

This div border color is #edb694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb694


Comments

No comments written yet.

Please login to write comment.