Color Hex Logo

#ecaffe Color Hex

#ECAFFE
(236,175,254)
0 Favorites   0 Comments

Color spaces of #ecaffe

RGB 236175254
HSL0.800.980.84
HSV286°31°100°
CMYK 0.070.310.00   0.00
XYZ67.811455.6486100.9331
Yxy55.64860.30220.2480
Hunter Lab74.598031.7144-28.0024
CIE-Lab79.413435.5130-30.5031

#ecaffe color RGB value is (236,175,254).

#ecaffe hex color red value is 236, green value is 175 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ecaffe hue: 0.80 , saturation: 0.98 and the lightness value of ecaffe is 0.84.

The process color (four color CMYK) of #ecaffe color hex is 0.07, 0.31, 0.00, 0.00. Web safe color of #ecaffe is #ff99ff. Color #ecaffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101111 11111110
Octal 354 257 376
Decimal 236 175 254
Hex EC AF FE

RGB Percentages of Color #ecaffe

%35.49
%26.32
%38.20

CMYK Percentages of Color #ecaffe

%7
%31
%0
%0

Triadic Colors of #ecaffe

#ecaffe #feecaf #affeec

Analogous Colors of #ecaffe

#ecaffe #feafe9 #c5affe

Monochromatic Colors of #ecaffe

#ecaffe

Complementary Color

#ecaffe #c1feaf

#ecaffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaffe Color CSS Codes

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

#ecaffe Text Font Color

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

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


#ecaffe Background Color

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

This div background color is #ecaffe


#ecaffe Border Color

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

This div border color is #ecaffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaffe


Comments

No comments written yet.

Please login to write comment.