Color Hex Logo

#1efcfa Color Hex

#1EFCFA
(30,252,250)
0 Favorites   0 Comments

Color spaces of #1efcfa

RGB 30252250
HSL0.500.970.55
HSV179°88°99°
CMYK 0.880.000.01   0.01
XYZ52.601176.7990102.4938
Yxy76.79900.22680.3312
Hunter Lab87.6350-46.2204-7.9983
CIE-Lab90.2290-47.3752-12.8554

#1efcfa color RGB value is (30,252,250).

#1efcfa hex color red value is 30, green value is 252 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #1efcfa hue: 0.50 , saturation: 0.97 and the lightness value of 1efcfa is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11111100 11111010
Octal 36 374 372
Decimal 30 252 250
Hex 1E FC FA

RGB Percentages of Color #1efcfa

%5.64
%47.37
%46.99

CMYK Percentages of Color #1efcfa

%88
%0
%1
%1

Triadic Colors of #1efcfa

#1efcfa #fa1efc #fcfa1e

Analogous Colors of #1efcfa

#1efcfa #1e8ffc #1efc8b

Monochromatic Colors of #1efcfa

#1efcfa

Complementary Color

#1efcfa #fc1e20

#1efcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1efcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1efcfa Color CSS Codes

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

#1efcfa Text Font Color

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

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


#1efcfa Background Color

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

This div background color is #1efcfa


#1efcfa Border Color

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

This div border color is #1efcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1efcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.