Color Hex Logo

#3eaedc Color Hex

#3EAEDC
(62,174,220)
0 Favorites   0 Comments

Color spaces of #3eaedc

RGB 62174220
HSL0.550.690.55
HSV197°72°86°
CMYK 0.720.210.00   0.14
XYZ30.040936.463573.1650
Yxy36.46350.21510.2611
Hunter Lab60.3850-16.8719-29.5687
CIE-Lab66.8726-16.6222-32.2935

#3eaedc color RGB value is (62,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101110 11011100
Octal 76 256 334
Decimal 62 174 220
Hex 3E AE DC

RGB Percentages of Color #3eaedc

%13.60
%38.16
%48.25

CMYK Percentages of Color #3eaedc

%72
%21
%0
%14

Triadic Colors of #3eaedc

#3eaedc #dc3eae #aedc3e

Analogous Colors of #3eaedc

#3eaedc #3e5fdc #3edcbb

Monochromatic Colors of #3eaedc

#3eaedc

Complementary Color

#3eaedc #dc6c3e

#3eaedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eaedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eaedc Color CSS Codes

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

#3eaedc Text Font Color

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

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


#3eaedc Background Color

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

This div background color is #3eaedc


#3eaedc Border Color

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

This div border color is #3eaedc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,174,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 #3eaedc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eaedc


Comments

No comments written yet.

Please login to write comment.