Color Hex Logo

#edfffb Color Hex

#EDFFFB
(237,255,251)
2 Favorites   0 Comments

Color spaces of #edfffb

RGB 237255251
HSL0.461.000.96
HSV167°100°
CMYK 0.070.000.02   0.00
XYZ88.097696.4896105.2479
Yxy96.48960.30400.3329
Hunter Lab98.2291-11.81185.2339
CIE-Lab98.6264-6.5751-0.1173

#edfffb color RGB value is (237,255,251).

#edfffb hex color red value is 237, green value is 255 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #edfffb hue: 0.46 , saturation: 1.00 and the lightness value of edfffb is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 11111011
Octal 355 377 373
Decimal 237 255 251
Hex ED FF FB

RGB Percentages of Color #edfffb

%31.90
%34.32
%33.78

CMYK Percentages of Color #edfffb

%7
%0
%2
%0

Triadic Colors of #edfffb

#edfffb #fbedff #fffbed

Analogous Colors of #edfffb

#edfffb #edfaff #edfff2

Monochromatic Colors of #edfffb

#edfffb

Complementary Color

#edfffb #ffedf1

#edfffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfffb Color CSS Codes

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

#edfffb Text Font Color

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

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


#edfffb Background Color

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

This div background color is #edfffb


#edfffb Border Color

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

This div border color is #edfffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfffb

Related Colors


Comments

No comments written yet.

Please login to write comment.