Color Hex Logo

#3eeadc Color Hex

#3EEADC
(62,234,220)
0 Favorites   0 Comments

Color spaces of #3eeadc

RGB 62234220
HSL0.490.800.58
HSV175°74°92°
CMYK 0.740.000.06   0.08
XYZ44.327765.037177.9272
Yxy65.03710.23670.3472
Hunter Lab80.6456-43.0154-0.8396
CIE-Lab84.5029-45.4545-5.6176

#3eeadc color RGB value is (62,234,220).

#3eeadc hex color red value is 62, green value is 234 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3eeadc hue: 0.49 , saturation: 0.80 and the lightness value of 3eeadc is 0.58.

The process color (four color CMYK) of #3eeadc color hex is 0.74, 0.00, 0.06, 0.08. Web safe color of #3eeadc is #33ffcc. Color #3eeadc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11101010 11011100
Octal 76 352 334
Decimal 62 234 220
Hex 3E EA DC

RGB Percentages of Color #3eeadc

%12.02
%45.35
%42.64

CMYK Percentages of Color #3eeadc

%74
%0
%6
%8

Triadic Colors of #3eeadc

#3eeadc #dc3eea #eadc3e

Analogous Colors of #3eeadc

#3eeadc #3ea2ea #3eea86

Monochromatic Colors of #3eeadc

#3eeadc

Complementary Color

#3eeadc #ea3e4c

#3eeadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eeadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eeadc Color CSS Codes

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

#3eeadc Text Font Color

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

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


#3eeadc Background Color

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

This div background color is #3eeadc


#3eeadc Border Color

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

This div border color is #3eeadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eeadc


Comments

No comments written yet.

Please login to write comment.