Color Hex Logo

#edfbfb Color Hex

#EDFBFB
(237,251,251)
0 Favorites   0 Comments

Color spaces of #edfbfb

RGB 237251251
HSL0.500.640.96
HSV180°98°
CMYK 0.060.000.00   0.02
XYZ86.834893.9639104.8270
Yxy93.96390.30400.3290
Hunter Lab96.9350-9.73513.7374
CIE-Lab97.6174-4.5665-1.5930

#edfbfb color RGB value is (237,251,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 11111011
Octal 355 373 373
Decimal 237 251 251
Hex ED FB FB

RGB Percentages of Color #edfbfb

%32.07
%33.96
%33.96

CMYK Percentages of Color #edfbfb

%6
%0
%0
%2

Triadic Colors of #edfbfb

#edfbfb #fbedfb #fbfbed

Analogous Colors of #edfbfb

#edfbfb #edf4fb #edfbf4

Monochromatic Colors of #edfbfb

#edfbfb

Complementary Color

#edfbfb #fbeded

#edfbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfbfb Color CSS Codes

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

#edfbfb Text Font Color

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

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


#edfbfb Background Color

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

This div background color is #edfbfb


#edfbfb Border Color

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

This div border color is #edfbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.