Color Hex Logo

#3ebccd Color Hex

#3EBCCD
(62,188,205)
0 Favorites   0 Comments

Color spaces of #3ebccd

RGB 62188205
HSL0.520.590.52
HSV187°70°80°
CMYK 0.700.080.00   0.20
XYZ30.989341.398464.1150
Yxy41.39840.22700.3033
Hunter Lab64.3416-26.6255-14.0421
CIE-Lab70.4541-28.5130-18.5755

#3ebccd color RGB value is (62,188,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111100 11001101
Octal 76 274 315
Decimal 62 188 205
Hex 3E BC CD

RGB Percentages of Color #3ebccd

%13.63
%41.32
%45.05

CMYK Percentages of Color #3ebccd

%70
%8
%0
%20

Triadic Colors of #3ebccd

#3ebccd #cd3ebc #bccd3e

Analogous Colors of #3ebccd

#3ebccd #3e75cd #3ecd97

Monochromatic Colors of #3ebccd

#3ebccd

Complementary Color

#3ebccd #cd4f3e

#3ebccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebccd Color CSS Codes

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

#3ebccd Text Font Color

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

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


#3ebccd Background Color

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

This div background color is #3ebccd


#3ebccd Border Color

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

This div border color is #3ebccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebccd


Comments

No comments written yet.

Please login to write comment.