Color Hex Logo

#3eecee Color Hex

#3EECEE
(62,236,238)
0 Favorites   0 Comments

Color spaces of #3eecee

RGB 62236238
HSL0.500.840.59
HSV181°74°93°
CMYK 0.740.010.00   0.07
XYZ47.414767.188191.3585
Yxy67.18810.23020.3262
Hunter Lab81.9683-40.1910-8.7043
CIE-Lab85.5988-41.3789-13.4663

#3eecee color RGB value is (62,236,238).

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

The process color (four color CMYK) of #3eecee color hex is 0.74, 0.01, 0.00, 0.07. Web safe color of #3eecee is #33ffff. Color #3eecee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11101100 11101110
Octal 76 354 356
Decimal 62 236 238
Hex 3E EC EE

RGB Percentages of Color #3eecee

%11.57
%44.03
%44.40

CMYK Percentages of Color #3eecee

%74
%1
%0
%7

Triadic Colors of #3eecee

#3eecee #ee3eec #ecee3e

Analogous Colors of #3eecee

#3eecee #3e94ee #3eee98

Monochromatic Colors of #3eecee

#3eecee

Complementary Color

#3eecee #ee403e

#3eecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eecee Color CSS Codes

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

#3eecee Text Font Color

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

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


#3eecee Background Color

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

This div background color is #3eecee


#3eecee Border Color

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

This div border color is #3eecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eecee


Comments

No comments written yet.

Please login to write comment.