Color Hex Logo

#1edbfe Color Hex

#1EDBFE
(30,219,254)
0 Favorites   0 Comments

Color spaces of #1edbfe

RGB 30219254
HSL0.530.990.56
HSV189°88°100°
CMYK 0.880.140.00   0.00
XYZ43.756358.0948102.6732
Yxy58.09480.21390.2840
Hunter Lab76.2199-30.9117-26.5135
CIE-Lab80.7915-31.1304-29.2414

#1edbfe color RGB value is (30,219,254).

#1edbfe hex color red value is 30, green value is 219 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #1edbfe hue: 0.53 , saturation: 0.99 and the lightness value of 1edbfe is 0.56.

The process color (four color CMYK) of #1edbfe color hex is 0.88, 0.14, 0.00, 0.00. Web safe color of #1edbfe is #33ccff. Color #1edbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011011 11111110
Octal 36 333 376
Decimal 30 219 254
Hex 1E DB FE

RGB Percentages of Color #1edbfe

%5.96
%43.54
%50.50

CMYK Percentages of Color #1edbfe

%88
%14
%0
%0

Triadic Colors of #1edbfe

#1edbfe #fe1edb #dbfe1e

Analogous Colors of #1edbfe

#1edbfe #1e6bfe #1efeb1

Monochromatic Colors of #1edbfe

#1edbfe

Complementary Color

#1edbfe #fe411e

#1edbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edbfe Color CSS Codes

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

#1edbfe Text Font Color

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

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


#1edbfe Background Color

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

This div background color is #1edbfe


#1edbfe Border Color

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

This div border color is #1edbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edbfe


Comments

No comments written yet.

Please login to write comment.