Color Hex Logo

#1efbea Color Hex

#1EFBEA
(30,251,234)
0 Favorites   0 Comments

Color spaces of #1efbea

RGB 30251234
HSL0.490.970.55
HSV175°88°98°
CMYK 0.880.000.07   0.02
XYZ49.883975.210989.7299
Yxy75.21090.23220.3501
Hunter Lab86.7242-49.0939-0.6379
CIE-Lab89.4917-51.3909-5.6269

#1efbea color RGB value is (30,251,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11111011 11101010
Octal 36 373 352
Decimal 30 251 234
Hex 1E FB EA

RGB Percentages of Color #1efbea

%5.83
%48.74
%45.44

CMYK Percentages of Color #1efbea

%88
%0
%7
%2

Triadic Colors of #1efbea

#1efbea #ea1efb #fbea1e

Analogous Colors of #1efbea

#1efbea #1e9efb #1efb7c

Monochromatic Colors of #1efbea

#1efbea

Complementary Color

#1efbea #fb1e2f

#1efbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1efbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1efbea Color CSS Codes

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

#1efbea Text Font Color

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

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


#1efbea Background Color

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

This div background color is #1efbea


#1efbea Border Color

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

This div border color is #1efbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1efbea

Related Colors


Comments

No comments written yet.

Please login to write comment.