Color Hex Logo

#edfbff Color Hex

#EDFBFF
(237,251,255)
0 Favorites   0 Comments

Color spaces of #edfbff

RGB 237251255
HSL0.541.000.96
HSV193°100°
CMYK 0.070.020.00   0.00
XYZ87.472294.2189108.1835
Yxy94.21890.30180.3250
Hunter Lab97.0664-9.00951.8660
CIE-Lab97.7201-3.8249-3.5016

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

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

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

Base Numbers

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

RGB Percentages of Color #edfbff

%31.90
%33.78
%34.32

CMYK Percentages of Color #edfbff

%7
%2
%0
%0

Triadic Colors of #edfbff

#edfbff #ffedfb #fbffed

Analogous Colors of #edfbff

#edfbff #edf2ff #edfffa

Monochromatic Colors of #edfbff

#edfbff

Complementary Color

#edfbff #fff1ed

#edfbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfbff Color CSS Codes

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

#edfbff Text Font Color

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

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


#edfbff Background Color

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

This div background color is #edfbff


#edfbff Border Color

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

This div border color is #edfbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfbff

Related Colors


Comments

No comments written yet.

Please login to write comment.