Color Hex Logo

#ecbed4 Color Hex

#ECBED4
(236,190,212)
2 Favorites   0 Comments

Color spaces of #ecbed4

RGB 236190212
HSL0.920.550.84
HSV331°19°93°
CMYK 0.000.190.10   0.07
XYZ64.889259.413270.3352
Yxy59.41320.33340.3053
Hunter Lab77.080015.3790-0.1460
CIE-Lab81.518219.9285-4.7543

#ecbed4 color RGB value is (236,190,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111110 11010100
Octal 354 276 324
Decimal 236 190 212
Hex EC BE D4

RGB Percentages of Color #ecbed4

%36.99
%29.78
%33.23

CMYK Percentages of Color #ecbed4

%0
%19
%10
%7

Triadic Colors of #ecbed4

#ecbed4 #d4ecbe #bed4ec

Analogous Colors of #ecbed4

#ecbed4 #ecbfbe #ecbeeb

Monochromatic Colors of #ecbed4

#ecbed4

Complementary Color

#ecbed4 #beecd6

#ecbed4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbed4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbed4 Color CSS Codes

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

#ecbed4 Text Font Color

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

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


#ecbed4 Background Color

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

This div background color is #ecbed4


#ecbed4 Border Color

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

This div border color is #ecbed4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbed4


Comments

No comments written yet.

Please login to write comment.