Color Hex Logo

#ecbed5 Color Hex

#ECBED5
(236,190,213)
0 Favorites   0 Comments

Color spaces of #ecbed5

RGB 236190213
HSL0.920.550.84
HSV330°19°93°
CMYK 0.000.190.10   0.07
XYZ65.015859.463971.0018
Yxy59.46390.33260.3042
Hunter Lab77.112815.5504-0.6124
CIE-Lab81.545920.0951-5.2509

#ecbed5 color RGB value is (236,190,213).

#ecbed5 hex color red value is 236, green value is 190 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #ecbed5 hue: 0.92 , saturation: 0.55 and the lightness value of ecbed5 is 0.84.

The process color (four color CMYK) of #ecbed5 color hex is 0.00, 0.19, 0.10, 0.07. Web safe color of #ecbed5 is #ffcccc. Color #ecbed5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111110 11010101
Octal 354 276 325
Decimal 236 190 213
Hex EC BE D5

RGB Percentages of Color #ecbed5

%36.93
%29.73
%33.33

CMYK Percentages of Color #ecbed5

%0
%19
%10
%7

Triadic Colors of #ecbed5

#ecbed5 #d5ecbe #bed5ec

Analogous Colors of #ecbed5

#ecbed5 #ecbebe #ecbeec

Monochromatic Colors of #ecbed5

#ecbed5

Complementary Color

#ecbed5 #beecd5

#ecbed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbed5 Color CSS Codes

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

#ecbed5 Text Font Color

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

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


#ecbed5 Background Color

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

This div background color is #ecbed5


#ecbed5 Border Color

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

This div border color is #ecbed5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,190,213, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ecbed5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ecbed5;
  -webkit-box-shadow: 1px 1px 3px 2px #ecbed5;
  box-shadow:         1px 1px 3px 2px #ecbed5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,190,213, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbed5


Comments

No comments written yet.

Please login to write comment.