Color Hex Logo

#3ebcea Color Hex

#3EBCEA
(62,188,234)
0 Favorites   0 Comments

Color spaces of #3ebcea

RGB 62188234
HSL0.540.800.58
HSV196°74°92°
CMYK 0.740.200.00   0.08
XYZ34.821142.931184.2932
Yxy42.93110.21490.2649
Hunter Lab65.5218-19.8007-30.4107
CIE-Lab71.5082-19.4198-32.7667

#3ebcea color RGB value is (62,188,234).

#3ebcea hex color red value is 62, green value is 188 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #3ebcea hue: 0.54 , saturation: 0.80 and the lightness value of 3ebcea is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111100 11101010
Octal 76 274 352
Decimal 62 188 234
Hex 3E BC EA

RGB Percentages of Color #3ebcea

%12.81
%38.84
%48.35

CMYK Percentages of Color #3ebcea

%74
%20
%0
%8

Triadic Colors of #3ebcea

#3ebcea #ea3ebc #bcea3e

Analogous Colors of #3ebcea

#3ebcea #3e66ea #3eeac2

Monochromatic Colors of #3ebcea

#3ebcea

Complementary Color

#3ebcea #ea6c3e

#3ebcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebcea Color CSS Codes

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

#3ebcea Text Font Color

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

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


#3ebcea Background Color

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

This div background color is #3ebcea


#3ebcea Border Color

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

This div border color is #3ebcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebcea


Comments

No comments written yet.

Please login to write comment.