Color Hex Logo

#3eafd0 Color Hex

#3EAFD0
(62,175,208)
0 Favorites   0 Comments

Color spaces of #3eafd0

RGB 62175208
HSL0.540.610.53
HSV194°70°82°
CMYK 0.700.160.00   0.18
XYZ28.701736.238165.1564
Yxy36.23810.22060.2785
Hunter Lab60.1981-20.2401-22.0349
CIE-Lab66.7015-21.0228-25.9484

#3eafd0 color RGB value is (62,175,208).

#3eafd0 hex color red value is 62, green value is 175 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #3eafd0 hue: 0.54 , saturation: 0.61 and the lightness value of 3eafd0 is 0.53.

The process color (four color CMYK) of #3eafd0 color hex is 0.70, 0.16, 0.00, 0.18. Web safe color of #3eafd0 is #3399cc. Color #3eafd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101111 11010000
Octal 76 257 320
Decimal 62 175 208
Hex 3E AF D0

RGB Percentages of Color #3eafd0

%13.93
%39.33
%46.74

CMYK Percentages of Color #3eafd0

%70
%16
%0
%18

Triadic Colors of #3eafd0

#3eafd0 #d03eaf #afd03e

Analogous Colors of #3eafd0

#3eafd0 #3e66d0 #3ed0a8

Monochromatic Colors of #3eafd0

#3eafd0

Complementary Color

#3eafd0 #d05f3e

#3eafd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eafd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eafd0 Color CSS Codes

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

#3eafd0 Text Font Color

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

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


#3eafd0 Background Color

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

This div background color is #3eafd0


#3eafd0 Border Color

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

This div border color is #3eafd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eafd0


Comments

No comments written yet.

Please login to write comment.