Color Hex Logo

#1efbec Color Hex

#1EFBEC
(30,251,236)
0 Favorites   0 Comments

Color spaces of #1efbec

RGB 30251236
HSL0.490.970.55
HSV176°88°98°
CMYK 0.880.000.06   0.02
XYZ50.172975.326591.2520
Yxy75.32650.23150.3475
Hunter Lab86.7908-48.6949-1.5840
CIE-Lab89.5457-50.8464-6.5881

#1efbec color RGB value is (30,251,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11111011 11101100
Octal 36 373 354
Decimal 30 251 236
Hex 1E FB EC

RGB Percentages of Color #1efbec

%5.80
%48.55
%45.65

CMYK Percentages of Color #1efbec

%88
%0
%6
%2

Triadic Colors of #1efbec

#1efbec #ec1efb #fbec1e

Analogous Colors of #1efbec

#1efbec #1e9cfb #1efb7e

Monochromatic Colors of #1efbec

#1efbec

Complementary Color

#1efbec #fb1e2d

#1efbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1efbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1efbec Color CSS Codes

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

#1efbec Text Font Color

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

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


#1efbec Background Color

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

This div background color is #1efbec


#1efbec Border Color

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

This div border color is #1efbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1efbec

Related Colors


Comments

No comments written yet.

Please login to write comment.