Color Hex Logo

#edfeeb Color Hex

#EDFEEB
(237,254,235)
0 Favorites   0 Comments

Color spaces of #edfeeb

RGB 237254235
HSL0.320.900.96
HSV114°100°
CMYK 0.070.000.07   0.00
XYZ85.362394.886392.4131
Yxy94.88630.31310.3480
Hunter Lab97.4096-14.043111.9379
CIE-Lab97.9880-8.92187.1712

#edfeeb color RGB value is (237,254,235).

#edfeeb hex color red value is 237, green value is 254 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #edfeeb hue: 0.32 , saturation: 0.90 and the lightness value of edfeeb is 0.96.

The process color (four color CMYK) of #edfeeb color hex is 0.07, 0.00, 0.07, 0.00. Web safe color of #edfeeb is #ffffff. Color #edfeeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 11101011
Octal 355 376 353
Decimal 237 254 235
Hex ED FE EB

RGB Percentages of Color #edfeeb

%32.64
%34.99
%32.37

CMYK Percentages of Color #edfeeb

%7
%0
%7
%0

Triadic Colors of #edfeeb

#edfeeb #ebedfe #feebed

Analogous Colors of #edfeeb

#edfeeb #ebfef3 #f7feeb

Monochromatic Colors of #edfeeb

#edfeeb

Complementary Color

#edfeeb #fcebfe

#edfeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfeeb Color CSS Codes

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

#edfeeb Text Font Color

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

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


#edfeeb Background Color

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

This div background color is #edfeeb


#edfeeb Border Color

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

This div border color is #edfeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfeeb

Related Colors


Comments

No comments written yet.

Please login to write comment.