Color Hex Logo

#3eebcb Color Hex

#3EEBCB
(62,235,203)
0 Favorites   0 Comments

Color spaces of #3eebcb

RGB 62235203
HSL0.470.810.58
HSV169°74°92°
CMYK 0.740.000.14   0.08
XYZ42.474464.752666.7598
Yxy64.75260.24410.3722
Hunter Lab80.4690-46.60217.1393
CIE-Lab84.3561-50.30283.1193

#3eebcb color RGB value is (62,235,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11101011 11001011
Octal 76 353 313
Decimal 62 235 203
Hex 3E EB CB

RGB Percentages of Color #3eebcb

%12.40
%47.00
%40.60

CMYK Percentages of Color #3eebcb

%74
%0
%14
%8

Triadic Colors of #3eebcb

#3eebcb #cb3eeb #ebcb3e

Analogous Colors of #3eebcb

#3eebcb #3eb5eb #3eeb75

Monochromatic Colors of #3eebcb

#3eebcb

Complementary Color

#3eebcb #eb3e5e

#3eebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eebcb Color CSS Codes

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

#3eebcb Text Font Color

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

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


#3eebcb Background Color

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

This div background color is #3eebcb


#3eebcb Border Color

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

This div border color is #3eebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eebcb


Comments

No comments written yet.

Please login to write comment.