Color Hex Logo

#3edae8 Color Hex

#3EDAE8
(62,218,232)
0 Favorites   0 Comments

Color spaces of #3edae8

RGB 62218232
HSL0.510.790.58
HSV185°73°91°
CMYK 0.730.060.00   0.09
XYZ41.623556.993185.1509
Yxy56.99310.22650.3101
Hunter Lab75.4938-33.6981-14.0287
CIE-Lab80.1757-34.8539-18.4435

#3edae8 color RGB value is (62,218,232).

#3edae8 hex color red value is 62, green value is 218 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #3edae8 hue: 0.51 , saturation: 0.79 and the lightness value of 3edae8 is 0.58.

The process color (four color CMYK) of #3edae8 color hex is 0.73, 0.06, 0.00, 0.09. Web safe color of #3edae8 is #33ccff. Color #3edae8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011010 11101000
Octal 76 332 350
Decimal 62 218 232
Hex 3E DA E8

RGB Percentages of Color #3edae8

%12.11
%42.58
%45.31

CMYK Percentages of Color #3edae8

%73
%6
%0
%9

Triadic Colors of #3edae8

#3edae8 #e83eda #dae83e

Analogous Colors of #3edae8

#3edae8 #3e85e8 #3ee8a1

Monochromatic Colors of #3edae8

#3edae8

Complementary Color

#3edae8 #e84c3e

#3edae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edae8 Color CSS Codes

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

#3edae8 Text Font Color

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

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


#3edae8 Background Color

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

This div background color is #3edae8


#3edae8 Border Color

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

This div border color is #3edae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edae8


Comments

No comments written yet.

Please login to write comment.