Color Hex Logo

#3addee Color Hex

#3ADDEE
(58,221,238)
0 Favorites   0 Comments

Color spaces of #3addee

RGB 58221238
HSL0.520.840.58
HSV186°76°93°
CMYK 0.760.070.00   0.07
XYZ43.034058.785589.9675
Yxy58.78550.22440.3065
Hunter Lab76.6717-33.9877-15.9014
CIE-Lab81.1735-34.9135-20.1339

#3addee color RGB value is (58,221,238).

#3addee hex color red value is 58, green value is 221 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3addee hue: 0.52 , saturation: 0.84 and the lightness value of 3addee is 0.58.

The process color (four color CMYK) of #3addee color hex is 0.76, 0.07, 0.00, 0.07. Web safe color of #3addee is #33ccff. Color #3addee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011101 11101110
Octal 72 335 356
Decimal 58 221 238
Hex 3A DD EE

RGB Percentages of Color #3addee

%11.22
%42.75
%46.03

CMYK Percentages of Color #3addee

%76
%7
%0
%7

Triadic Colors of #3addee

#3addee #ee3add #ddee3a

Analogous Colors of #3addee

#3addee #3a83ee #3aeea5

Monochromatic Colors of #3addee

#3addee

Complementary Color

#3addee #ee4b3a

#3addee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3addee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3addee Color CSS Codes

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

#3addee Text Font Color

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

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


#3addee Background Color

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

This div background color is #3addee


#3addee Border Color

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

This div border color is #3addee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3addee


Comments

No comments written yet.

Please login to write comment.