Color Hex Logo

#3eabdd Color Hex

#3EABDD
(62,171,221)
0 Favorites   0 Comments

Color spaces of #3eabdd

RGB 62171221
HSL0.550.700.55
HSV199°72°87°
CMYK 0.720.230.00   0.13
XYZ29.600735.370473.6737
Yxy35.37040.21350.2551
Hunter Lab59.4730-15.2354-31.8159
CIE-Lab66.0360-14.6883-34.1409

#3eabdd color RGB value is (62,171,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101011 11011101
Octal 76 253 335
Decimal 62 171 221
Hex 3E AB DD

RGB Percentages of Color #3eabdd

%13.66
%37.67
%48.68

CMYK Percentages of Color #3eabdd

%72
%23
%0
%13

Triadic Colors of #3eabdd

#3eabdd #dd3eab #abdd3e

Analogous Colors of #3eabdd

#3eabdd #3e5cdd #3eddc0

Monochromatic Colors of #3eabdd

#3eabdd

Complementary Color

#3eabdd #dd703e

#3eabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eabdd Color CSS Codes

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

#3eabdd Text Font Color

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

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


#3eabdd Background Color

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

This div background color is #3eabdd


#3eabdd Border Color

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

This div border color is #3eabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eabdd


Comments

No comments written yet.

Please login to write comment.