Color Hex Logo

#3ebcca Color Hex

#3EBCCA
(62,188,202)
0 Favorites   0 Comments

Color spaces of #3ebcca

RGB 62188202
HSL0.520.570.52
HSV186°69°79°
CMYK 0.690.070.00   0.21
XYZ30.630541.254862.2257
Yxy41.25480.22840.3076
Hunter Lab64.2299-27.2777-12.4790
CIE-Lab70.3541-29.4150-17.0851

#3ebcca color RGB value is (62,188,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111100 11001010
Octal 76 274 312
Decimal 62 188 202
Hex 3E BC CA

RGB Percentages of Color #3ebcca

%13.72
%41.59
%44.69

CMYK Percentages of Color #3ebcca

%69
%7
%0
%21

Triadic Colors of #3ebcca

#3ebcca #ca3ebc #bcca3e

Analogous Colors of #3ebcca

#3ebcca #3e76ca #3eca92

Monochromatic Colors of #3ebcca

#3ebcca

Complementary Color

#3ebcca #ca4c3e

#3ebcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebcca Color CSS Codes

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

#3ebcca Text Font Color

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

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


#3ebcca Background Color

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

This div background color is #3ebcca


#3ebcca Border Color

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

This div border color is #3ebcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebcca


Comments

No comments written yet.

Please login to write comment.