Color Hex Logo

#3ebdcb Color Hex

#3EBDCB
(62,189,203)
0 Favorites   0 Comments

Color spaces of #3ebdcb

RGB 62189203
HSL0.520.580.52
HSV186°69°80°
CMYK 0.690.070.00   0.20
XYZ30.963741.731162.9229
Yxy41.73110.22830.3077
Hunter Lab64.5996-27.4912-12.5314
CIE-Lab70.6851-29.6034-17.1318

#3ebdcb color RGB value is (62,189,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111101 11001011
Octal 76 275 313
Decimal 62 189 203
Hex 3E BD CB

RGB Percentages of Color #3ebdcb

%13.66
%41.63
%44.71

CMYK Percentages of Color #3ebdcb

%69
%7
%0
%20

Triadic Colors of #3ebdcb

#3ebdcb #cb3ebd #bdcb3e

Analogous Colors of #3ebdcb

#3ebdcb #3e77cb #3ecb93

Monochromatic Colors of #3ebdcb

#3ebdcb

Complementary Color

#3ebdcb #cb4c3e

#3ebdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebdcb Color CSS Codes

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

#3ebdcb Text Font Color

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

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


#3ebdcb Background Color

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

This div background color is #3ebdcb


#3ebdcb Border Color

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

This div border color is #3ebdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebdcb


Comments

No comments written yet.

Please login to write comment.