Color Hex Logo

#3addef Color Hex

#3ADDEF
(58,221,239)
0 Favorites   0 Comments

Color spaces of #3addef

RGB 58221239
HSL0.520.850.58
HSV186°76°94°
CMYK 0.760.080.00   0.06
XYZ43.181458.844490.7436
Yxy58.84440.22400.3053
Hunter Lab76.7101-33.7620-16.4396
CIE-Lab81.2060-34.6155-20.6160

#3addef color RGB value is (58,221,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011101 11101111
Octal 72 335 357
Decimal 58 221 239
Hex 3A DD EF

RGB Percentages of Color #3addef

%11.20
%42.66
%46.14

CMYK Percentages of Color #3addef

%76
%8
%0
%6

Triadic Colors of #3addef

#3addef #ef3add #ddef3a

Analogous Colors of #3addef

#3addef #3a83ef #3aefa7

Monochromatic Colors of #3addef

#3addef

Complementary Color

#3addef #ef4c3a

#3addef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3addef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3addef Color CSS Codes

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

#3addef Text Font Color

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

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


#3addef Background Color

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

This div background color is #3addef


#3addef Border Color

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

This div border color is #3addef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3addef


Comments

No comments written yet.

Please login to write comment.