Color Hex Logo

#3adced Color Hex

#3ADCED
(58,220,237)
0 Favorites   0 Comments

Color spaces of #3adced

RGB 58220237
HSL0.520.830.58
HSV186°76°93°
CMYK 0.760.070.00   0.07
XYZ42.624258.200489.1080
Yxy58.20040.22440.3064
Hunter Lab76.2892-33.7748-15.8500
CIE-Lab80.8501-34.7418-20.0920

#3adced color RGB value is (58,220,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011100 11101101
Octal 72 334 355
Decimal 58 220 237
Hex 3A DC ED

RGB Percentages of Color #3adced

%11.26
%42.72
%46.02

CMYK Percentages of Color #3adced

%76
%7
%0
%7

Triadic Colors of #3adced

#3adced #ed3adc #dced3a

Analogous Colors of #3adced

#3adced #3a83ed #3aeda5

Monochromatic Colors of #3adced

#3adced

Complementary Color

#3adced #ed4b3a

#3adced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adced Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adced Color CSS Codes

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

#3adced Text Font Color

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

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


#3adced Background Color

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

This div background color is #3adced


#3adced Border Color

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

This div border color is #3adced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adced


Comments

No comments written yet.

Please login to write comment.