Color Hex Logo

#edbfd4 Color Hex

#EDBFD4
(237,191,212)
0 Favorites   0 Comments

Color spaces of #edbfd4

RGB 237191212
HSL0.920.560.84
HSV333°19°93°
CMYK 0.000.190.11   0.07
XYZ65.439560.019670.4233
Yxy60.01960.33410.3064
Hunter Lab77.472315.19920.3353
CIE-Lab81.848819.7443-4.2563

#edbfd4 color RGB value is (237,191,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 11010100
Octal 355 277 324
Decimal 237 191 212
Hex ED BF D4

RGB Percentages of Color #edbfd4

%37.03
%29.84
%33.13

CMYK Percentages of Color #edbfd4

%0
%19
%11
%7

Triadic Colors of #edbfd4

#edbfd4 #d4edbf #bfd4ed

Analogous Colors of #edbfd4

#edbfd4 #edc1bf #edbfeb

Monochromatic Colors of #edbfd4

#edbfd4

Complementary Color

#edbfd4 #bfedd8

#edbfd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbfd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbfd4 Color CSS Codes

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

#edbfd4 Text Font Color

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

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


#edbfd4 Background Color

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

This div background color is #edbfd4


#edbfd4 Border Color

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

This div border color is #edbfd4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,191,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 #edbfd4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbfd4


Comments

No comments written yet.

Please login to write comment.