Color Hex Logo

#3eceea Color Hex

#3ECEEA
(62,206,234)
0 Favorites   0 Comments

Color spaces of #3eceea

RGB 62206234
HSL0.530.800.58
HSV190°74°92°
CMYK 0.740.120.00   0.08
XYZ38.909251.107385.6559
Yxy51.10730.22150.2909
Hunter Lab71.4894-27.9550-20.9965
CIE-Lab76.7440-28.5015-24.7238

#3eceea color RGB value is (62,206,234).

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

The process color (four color CMYK) of #3eceea color hex is 0.74, 0.12, 0.00, 0.08. Web safe color of #3eceea is #33ccff. Color #3eceea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11001110 11101010
Octal 76 316 352
Decimal 62 206 234
Hex 3E CE EA

RGB Percentages of Color #3eceea

%12.35
%41.04
%46.61

CMYK Percentages of Color #3eceea

%74
%12
%0
%8

Triadic Colors of #3eceea

#3eceea #ea3ece #ceea3e

Analogous Colors of #3eceea

#3eceea #3e78ea #3eeab0

Monochromatic Colors of #3eceea

#3eceea

Complementary Color

#3eceea #ea5a3e

#3eceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eceea Color CSS Codes

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

#3eceea Text Font Color

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

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


#3eceea Background Color

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

This div background color is #3eceea


#3eceea Border Color

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

This div border color is #3eceea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,206,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 #3eceea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eceea


Comments

No comments written yet.

Please login to write comment.