Color Hex Logo

#3ebecb Color Hex

#3EBECB
(62,190,203)
0 Favorites   0 Comments

Color spaces of #3ebecb

RGB 62190203
HSL0.520.580.52
HSV186°69°80°
CMYK 0.690.060.00   0.20
XYZ31.179642.162862.9948
Yxy42.16280.22870.3093
Hunter Lab64.9329-27.9201-12.0673
CIE-Lab70.9830-30.0897-16.6817

#3ebecb color RGB value is (62,190,203).

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

The process color (four color CMYK) of #3ebecb color hex is 0.69, 0.06, 0.00, 0.20. Web safe color of #3ebecb is #33cccc. Color #3ebecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111110 11001011
Octal 76 276 313
Decimal 62 190 203
Hex 3E BE CB

RGB Percentages of Color #3ebecb

%13.63
%41.76
%44.62

CMYK Percentages of Color #3ebecb

%69
%6
%0
%20

Triadic Colors of #3ebecb

#3ebecb #cb3ebe #becb3e

Analogous Colors of #3ebecb

#3ebecb #3e78cb #3ecb92

Monochromatic Colors of #3ebecb

#3ebecb

Complementary Color

#3ebecb #cb4b3e

#3ebecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebecb Color CSS Codes

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

#3ebecb Text Font Color

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

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


#3ebecb Background Color

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

This div background color is #3ebecb


#3ebecb Border Color

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

This div border color is #3ebecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebecb


Comments

No comments written yet.

Please login to write comment.