Color Hex Logo

#edc3bc Color Hex

#EDC3BC
(237,195,188)
0 Favorites   0 Comments

Color spaces of #edc3bc

RGB 237195188
HSL0.020.580.83
HSV21°93°
CMYK 0.000.180.21   0.07
XYZ63.517360.665655.9389
Yxy60.66560.35260.3368
Hunter Lab77.88819.261511.9399
CIE-Lab82.198613.87079.1257

#edc3bc color RGB value is (237,195,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000011 10111100
Octal 355 303 274
Decimal 237 195 188
Hex ED C3 BC

RGB Percentages of Color #edc3bc

%38.23
%31.45
%30.32

CMYK Percentages of Color #edc3bc

%0
%18
%21
%7

Triadic Colors of #edc3bc

#edc3bc #bcedc3 #c3bced

Analogous Colors of #edc3bc

#edc3bc #eddcbc #edbcce

Monochromatic Colors of #edc3bc

#edc3bc

Complementary Color

#edc3bc #bce6ed

#edc3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc3bc Color CSS Codes

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

#edc3bc Text Font Color

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

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


#edc3bc Background Color

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

This div background color is #edc3bc


#edc3bc Border Color

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

This div border color is #edc3bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,195,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 #edc3bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc3bc


Comments

No comments written yet.

Please login to write comment.