Color Hex Logo

#eddfbc Color Hex

#EDDFBC
(237,223,188)
0 Favorites   0 Comments

Color spaces of #eddfbc

RGB 237223188
HSL0.120.580.83
HSV43°21°93°
CMYK 0.000.060.21   0.07
XYZ70.389874.410758.2297
Yxy74.41070.34670.3665
Hunter Lab86.2616-5.301220.3603
CIE-Lab89.1162-0.717218.8952

#eddfbc color RGB value is (237,223,188).

#eddfbc hex color red value is 237, green value is 223 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #eddfbc hue: 0.12 , saturation: 0.58 and the lightness value of eddfbc is 0.83.

The process color (four color CMYK) of #eddfbc color hex is 0.00, 0.06, 0.21, 0.07. Web safe color of #eddfbc is #ffcccc. Color #eddfbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 10111100
Octal 355 337 274
Decimal 237 223 188
Hex ED DF BC

RGB Percentages of Color #eddfbc

%36.57
%34.41
%29.01

CMYK Percentages of Color #eddfbc

%0
%6
%21
%7

Triadic Colors of #eddfbc

#eddfbc #bceddf #dfbced

Analogous Colors of #eddfbc

#eddfbc #e3edbc #edc7bc

Monochromatic Colors of #eddfbc

#eddfbc

Complementary Color

#eddfbc #bccaed

#eddfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddfbc Color CSS Codes

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

#eddfbc Text Font Color

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

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


#eddfbc Background Color

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

This div background color is #eddfbc


#eddfbc Border Color

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

This div border color is #eddfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddfbc

#eddfbc Color Palettes


Comments

No comments written yet.

Please login to write comment.