Color Hex Logo

#edcdf4 Color Hex

#EDCDF4
(237,205,244)
0 Favorites   0 Comments

Color spaces of #edcdf4

RGB 237205244
HSL0.800.640.88
HSV289°16°96°
CMYK 0.030.160.00   0.04
XYZ73.085568.198894.8996
Yxy68.19880.30940.2888
Hunter Lab82.582613.4529-10.3252
CIE-Lab86.105817.9615-14.9987

#edcdf4 color RGB value is (237,205,244).

#edcdf4 hex color red value is 237, green value is 205 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #edcdf4 hue: 0.80 , saturation: 0.64 and the lightness value of edcdf4 is 0.88.

The process color (four color CMYK) of #edcdf4 color hex is 0.03, 0.16, 0.00, 0.04. Web safe color of #edcdf4 is #ffccff. Color #edcdf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 11110100
Octal 355 315 364
Decimal 237 205 244
Hex ED CD F4

RGB Percentages of Color #edcdf4

%34.55
%29.88
%35.57

CMYK Percentages of Color #edcdf4

%3
%16
%0
%4

Triadic Colors of #edcdf4

#edcdf4 #f4edcd #cdf4ed

Analogous Colors of #edcdf4

#edcdf4 #f4cde8 #dacdf4

Monochromatic Colors of #edcdf4

#edcdf4

Complementary Color

#edcdf4 #d4f4cd

#edcdf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcdf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcdf4 Color CSS Codes

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

#edcdf4 Text Font Color

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

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


#edcdf4 Background Color

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

This div background color is #edcdf4


#edcdf4 Border Color

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

This div border color is #edcdf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcdf4

Related Colors


Comments

No comments written yet.

Please login to write comment.