Color Hex Logo

#3ecceb Color Hex

#3ECCEB
(62,204,235)
1 Favorites   0 Comments

Color spaces of #3ecceb

RGB 62204235
HSL0.530.810.58
HSV191°74°92°
CMYK 0.740.130.00   0.08
XYZ38.574950.208086.2553
Yxy50.20800.22040.2868
Hunter Lab70.8576-26.8254-22.5737
CIE-Lab76.1968-27.2091-26.0970

#3ecceb color RGB value is (62,204,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11001100 11101011
Octal 76 314 353
Decimal 62 204 235
Hex 3E CC EB

RGB Percentages of Color #3ecceb

%12.38
%40.72
%46.91

CMYK Percentages of Color #3ecceb

%74
%13
%0
%8

Triadic Colors of #3ecceb

#3ecceb #eb3ecc #cceb3e

Analogous Colors of #3ecceb

#3ecceb #3e76eb #3eebb4

Monochromatic Colors of #3ecceb

#3ecceb

Complementary Color

#3ecceb #eb5d3e

#3ecceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ecceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ecceb Color CSS Codes

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

#3ecceb Text Font Color

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

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


#3ecceb Background Color

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

This div background color is #3ecceb


#3ecceb Border Color

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

This div border color is #3ecceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ecceb


Comments

No comments written yet.

Please login to write comment.