Color Hex Logo

#3eafdf Color Hex

#3EAFDF
(62,175,223)
0 Favorites   0 Comments

Color spaces of #3eafdf

RGB 62175223
HSL0.550.720.56
HSV198°72°87°
CMYK 0.720.220.00   0.13
XYZ30.635937.011875.3413
Yxy37.01180.21430.2588
Hunter Lab60.8373-16.5779-30.8390
CIE-Lab67.2859-16.1699-33.3009

#3eafdf color RGB value is (62,175,223).

#3eafdf hex color red value is 62, green value is 175 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3eafdf hue: 0.55 , saturation: 0.72 and the lightness value of 3eafdf is 0.56.

The process color (four color CMYK) of #3eafdf color hex is 0.72, 0.22, 0.00, 0.13. Web safe color of #3eafdf is #3399cc. Color #3eafdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101111 11011111
Octal 76 257 337
Decimal 62 175 223
Hex 3E AF DF

RGB Percentages of Color #3eafdf

%13.48
%38.04
%48.48

CMYK Percentages of Color #3eafdf

%72
%22
%0
%13

Triadic Colors of #3eafdf

#3eafdf #df3eaf #afdf3e

Analogous Colors of #3eafdf

#3eafdf #3e5fdf #3edfbf

Monochromatic Colors of #3eafdf

#3eafdf

Complementary Color

#3eafdf #df6e3e

#3eafdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eafdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eafdf Color CSS Codes

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

#3eafdf Text Font Color

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

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


#3eafdf Background Color

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

This div background color is #3eafdf


#3eafdf Border Color

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

This div border color is #3eafdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eafdf


Comments

No comments written yet.

Please login to write comment.