Color Hex Logo

#1efdff Color Hex

#1EFDFF
(30,253,255)
1 Favorites   0 Comments

Color spaces of #1efdff

RGB 30253255
HSL0.501.000.56
HSV181°88°100°
CMYK 0.880.010.00   0.00
XYZ53.710777.7466106.7835
Yxy77.74660.22540.3263
Hunter Lab88.1740-45.5723-10.0816
CIE-Lab90.6641-46.3843-14.8025

#1efdff color RGB value is (30,253,255).

#1efdff hex color red value is 30, green value is 253 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1efdff hue: 0.50 , saturation: 1.00 and the lightness value of 1efdff is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11111101 11111111
Octal 36 375 377
Decimal 30 253 255
Hex 1E FD FF

RGB Percentages of Color #1efdff

%5.58
%47.03
%47.40

CMYK Percentages of Color #1efdff

%88
%1
%0
%0

Triadic Colors of #1efdff

#1efdff #ff1efd #fdff1e

Analogous Colors of #1efdff

#1efdff #1e8dff #1eff91

Monochromatic Colors of #1efdff

#1efdff

Complementary Color

#1efdff #ff201e

#1efdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1efdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1efdff Color CSS Codes

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

#1efdff Text Font Color

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

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


#1efdff Background Color

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

This div background color is #1efdff


#1efdff Border Color

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

This div border color is #1efdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1efdff

Related Colors


Comments

No comments written yet.

Please login to write comment.