Color Hex Logo

#3feeab Color Hex

#3FEEAB
(63,238,171)
0 Favorites   0 Comments

Color spaces of #3feeab

RGB 63238171
HSL0.440.840.59
HSV157°74°93°
CMYK 0.740.000.28   0.07
XYZ39.975165.146148.9956
Yxy65.14610.25940.4227
Hunter Lab80.7131-52.841620.5082
CIE-Lab84.5590-58.827220.1175

#3feeab color RGB value is (63,238,171).

#3feeab hex color red value is 63, green value is 238 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3feeab hue: 0.44 , saturation: 0.84 and the lightness value of 3feeab is 0.59.

The process color (four color CMYK) of #3feeab color hex is 0.74, 0.00, 0.28, 0.07. Web safe color of #3feeab is #33ff99. Color #3feeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11101110 10101011
Octal 77 356 253
Decimal 63 238 171
Hex 3F EE AB

RGB Percentages of Color #3feeab

%13.35
%50.42
%36.23

CMYK Percentages of Color #3feeab

%74
%0
%28
%7

Triadic Colors of #3feeab

#3feeab #ab3fee #eeab3f

Analogous Colors of #3feeab

#3feeab #3fdaee #3fee54

Monochromatic Colors of #3feeab

#3feeab

Complementary Color

#3feeab #ee3f82

#3feeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3feeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3feeab Color CSS Codes

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

#3feeab Text Font Color

<p style="color:#3feeab">Text here</p>

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


#3feeab Background Color

<div style="background-color:#3feeab">
Div content here</div>

This div background color is #3feeab


#3feeab Border Color

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

This div border color is #3feeab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(63,238,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3feeab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3feeab;
  -webkit-box-shadow: 1px 1px 3px 2px #3feeab;
  box-shadow:         1px 1px 3px 2px #3feeab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,238,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3feeab


Comments

No comments written yet.

Please login to write comment.