Color Hex Logo

#edafdb Color Hex

#EDAFDB
(237,175,219)
0 Favorites   0 Comments

Color spaces of #edafdb

RGB 237175219
HSL0.880.630.81
HSV317°26°93°
CMYK 0.000.260.08   0.07
XYZ63.041253.778974.0756
Yxy53.77890.33020.2817
Hunter Lab73.334125.1117-8.5556
CIE-Lab78.332629.4395-13.2585

#edafdb color RGB value is (237,175,219).

#edafdb hex color red value is 237, green value is 175 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #edafdb hue: 0.88 , saturation: 0.63 and the lightness value of edafdb is 0.81.

The process color (four color CMYK) of #edafdb color hex is 0.00, 0.26, 0.08, 0.07. Web safe color of #edafdb is #ff99cc. Color #edafdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 11011011
Octal 355 257 333
Decimal 237 175 219
Hex ED AF DB

RGB Percentages of Color #edafdb

%37.56
%27.73
%34.71

CMYK Percentages of Color #edafdb

%0
%26
%8
%7

Triadic Colors of #edafdb

#edafdb #dbedaf #afdbed

Analogous Colors of #edafdb

#edafdb #edafbc #e0afed

Monochromatic Colors of #edafdb

#edafdb

Complementary Color

#edafdb #afedc1

#edafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edafdb Color CSS Codes

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

#edafdb Text Font Color

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

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


#edafdb Background Color

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

This div background color is #edafdb


#edafdb Border Color

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

This div border color is #edafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edafdb


Comments

No comments written yet.

Please login to write comment.