Color Hex Logo

#3eacdd Color Hex

#3EACDD
(62,172,221)
0 Favorites   0 Comments

Color spaces of #3eacdd

RGB 62172221
HSL0.550.700.55
HSV198°72°87°
CMYK 0.720.220.00   0.13
XYZ29.790335.749673.7369
Yxy35.74960.21390.2567
Hunter Lab59.7910-15.6982-31.2654
CIE-Lab66.3282-15.2254-33.6874

#3eacdd color RGB value is (62,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101100 11011101
Octal 76 254 335
Decimal 62 172 221
Hex 3E AC DD

RGB Percentages of Color #3eacdd

%13.63
%37.80
%48.57

CMYK Percentages of Color #3eacdd

%72
%22
%0
%13

Triadic Colors of #3eacdd

#3eacdd #dd3eac #acdd3e

Analogous Colors of #3eacdd

#3eacdd #3e5ddd #3eddbf

Monochromatic Colors of #3eacdd

#3eacdd

Complementary Color

#3eacdd #dd6f3e

#3eacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eacdd Color CSS Codes

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

#3eacdd Text Font Color

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

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


#3eacdd Background Color

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

This div background color is #3eacdd


#3eacdd Border Color

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

This div border color is #3eacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eacdd

#3eacdd Color Palettes


Comments

No comments written yet.

Please login to write comment.