Color Hex Logo

#3eafdc Color Hex

#3EAFDC
(62,175,220)
0 Favorites   0 Comments

Color spaces of #3eafdc

RGB 62175220
HSL0.550.690.55
HSV197°72°86°
CMYK 0.720.200.00   0.14
XYZ30.234836.851473.2296
Yxy36.85140.21550.2626
Hunter Lab60.7054-17.3310-29.0285
CIE-Lab67.1654-17.1532-31.8402

#3eafdc color RGB value is (62,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101111 11011100
Octal 76 257 334
Decimal 62 175 220
Hex 3E AF DC

RGB Percentages of Color #3eafdc

%13.57
%38.29
%48.14

CMYK Percentages of Color #3eafdc

%72
%20
%0
%14

Triadic Colors of #3eafdc

#3eafdc #dc3eaf #afdc3e

Analogous Colors of #3eafdc

#3eafdc #3e60dc #3edcba

Monochromatic Colors of #3eafdc

#3eafdc

Complementary Color

#3eafdc #dc6b3e

#3eafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eafdc Color CSS Codes

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

#3eafdc Text Font Color

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

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


#3eafdc Background Color

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

This div background color is #3eafdc


#3eafdc Border Color

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

This div border color is #3eafdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eafdc


Comments

No comments written yet.

Please login to write comment.