Color Hex Logo

#edbef4 Color Hex

#EDBEF4
(237,190,244)
0 Favorites   0 Comments

Color spaces of #edbef4

RGB 237190244
HSL0.810.710.85
HSV292°22°96°
CMYK 0.030.220.00   0.04
XYZ69.667661.363193.7603
Yxy61.36310.30990.2730
Hunter Lab78.334621.6651-16.1312
CIE-Lab82.573625.9315-20.3211

#edbef4 color RGB value is (237,190,244).

#edbef4 hex color red value is 237, green value is 190 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #edbef4 hue: 0.81 , saturation: 0.71 and the lightness value of edbef4 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 11110100
Octal 355 276 364
Decimal 237 190 244
Hex ED BE F4

RGB Percentages of Color #edbef4

%35.32
%28.32
%36.36

CMYK Percentages of Color #edbef4

%3
%22
%0
%4

Triadic Colors of #edbef4

#edbef4 #f4edbe #bef4ed

Analogous Colors of #edbef4

#edbef4 #f4bee0 #d2bef4

Monochromatic Colors of #edbef4

#edbef4

Complementary Color

#edbef4 #c5f4be

#edbef4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbef4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbef4 Color CSS Codes

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

#edbef4 Text Font Color

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

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


#edbef4 Background Color

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

This div background color is #edbef4


#edbef4 Border Color

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

This div border color is #edbef4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbef4


Comments

No comments written yet.

Please login to write comment.