Color Hex Logo

#3ebcdc Color Hex

#3EBCDC
(62,188,220)
0 Favorites   0 Comments

Color spaces of #3ebcdc

RGB 62188220
HSL0.530.690.55
HSV192°72°86°
CMYK 0.720.150.00   0.14
XYZ32.888142.157974.1140
Yxy42.15790.22050.2826
Hunter Lab64.9291-23.2116-22.2268
CIE-Lab70.9796-23.8883-25.9665

#3ebcdc color RGB value is (62,188,220).

#3ebcdc hex color red value is 62, green value is 188 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3ebcdc hue: 0.53 , saturation: 0.69 and the lightness value of 3ebcdc is 0.55.

The process color (four color CMYK) of #3ebcdc color hex is 0.72, 0.15, 0.00, 0.14. Web safe color of #3ebcdc is #33cccc. Color #3ebcdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111100 11011100
Octal 76 274 334
Decimal 62 188 220
Hex 3E BC DC

RGB Percentages of Color #3ebcdc

%13.19
%40.00
%46.81

CMYK Percentages of Color #3ebcdc

%72
%15
%0
%14

Triadic Colors of #3ebcdc

#3ebcdc #dc3ebc #bcdc3e

Analogous Colors of #3ebcdc

#3ebcdc #3e6ddc #3edcad

Monochromatic Colors of #3ebcdc

#3ebcdc

Complementary Color

#3ebcdc #dc5e3e

#3ebcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebcdc Color CSS Codes

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

#3ebcdc Text Font Color

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

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


#3ebcdc Background Color

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

This div background color is #3ebcdc


#3ebcdc Border Color

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

This div border color is #3ebcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebcdc


Comments

No comments written yet.

Please login to write comment.