Color Hex Logo

#edfefd Color Hex

#EDFEFD
(237,254,253)
0 Favorites   0 Comments

Color spaces of #edfefd

RGB 237254253
HSL0.490.890.96
HSV176°100°
CMYK 0.070.000.00   0.00
XYZ88.096595.9800106.8113
Yxy95.98000.30290.3300
Hunter Lab97.9694-10.93483.9375
CIE-Lab98.4243-5.7058-1.4401

#edfefd color RGB value is (237,254,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 11111101
Octal 355 376 375
Decimal 237 254 253
Hex ED FE FD

RGB Percentages of Color #edfefd

%31.85
%34.14
%34.01

CMYK Percentages of Color #edfefd

%7
%0
%0
%0

Triadic Colors of #edfefd

#edfefd #fdedfe #fefded

Analogous Colors of #edfefd

#edfefd #edf7fe #edfef5

Monochromatic Colors of #edfefd

#edfefd

Complementary Color

#edfefd #feedee

#edfefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfefd Color CSS Codes

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

#edfefd Text Font Color

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

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


#edfefd Background Color

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

This div background color is #edfefd


#edfefd Border Color

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

This div border color is #edfefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfefd

Related Colors


Comments

No comments written yet.

Please login to write comment.