color codes Logo

#3eaddb color codes

#3EADDB
(62,173,219)
0 Favorites   0 Comments

Color spaces of #3eaddb

RGB 62173219
HSL0.550.690.55
HSV198°72°86°
CMYK 0.720.210.00   0.14
XYZ29.716436.025772.4053
Yxy36.02570.21510.2608
Hunter Lab60.0214-16.6627-29.5080
CIE-Lab66.5396-16.4176-32.2593

#3eaddb color RGB value is (62,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101101 11011011
Octal 76 255 333
Decimal 62 173 219
Hex 3E AD DB

RGB Percentages of Color #3eaddb

%13.66
%38.11
%48.24

CMYK Percentages of Color #3eaddb

%72
%21
%0
%14

Triadic Colors of #3eaddb

#3eaddb #db3ead #addb3e

Analogous Colors of #3eaddb

#3eaddb #3e5edb #3edbbb

Monochromatic Colors of #3eaddb

#3eaddb

Complementary Color

#3eaddb #db6c3e

#3eaddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eaddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eaddb Color CSS Codes

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

#3eaddb Text Font Color

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

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


#3eaddb Background Color

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

This div background color is #3eaddb


#3eaddb Border Color

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

This div border color is #3eaddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eaddb


Comments

No comments written yet.

Please login to write comment.