Color Hex Logo

#1edbfd Color Hex

#1EDBFD
(30,219,253)
0 Favorites   0 Comments

Color spaces of #1edbfd

RGB 30219253
HSL0.530.980.55
HSV189°88°99°
CMYK 0.880.130.00   0.01
XYZ43.596658.0309101.8318
Yxy58.03090.21430.2852
Hunter Lab76.1780-31.1562-25.9319
CIE-Lab80.7560-31.4477-28.7654

#1edbfd color RGB value is (30,219,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011011 11111101
Octal 36 333 375
Decimal 30 219 253
Hex 1E DB FD

RGB Percentages of Color #1edbfd

%5.98
%43.63
%50.40

CMYK Percentages of Color #1edbfd

%88
%13
%0
%1

Triadic Colors of #1edbfd

#1edbfd #fd1edb #dbfd1e

Analogous Colors of #1edbfd

#1edbfd #1e6cfd #1efdb0

Monochromatic Colors of #1edbfd

#1edbfd

Complementary Color

#1edbfd #fd401e

#1edbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edbfd Color CSS Codes

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

#1edbfd Text Font Color

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

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


#1edbfd Background Color

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

This div background color is #1edbfd


#1edbfd Border Color

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

This div border color is #1edbfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,219,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 #1edbfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edbfd


Comments

No comments written yet.

Please login to write comment.