Color Hex Logo

#3aadcf Color Hex

#3AADCF
(58,173,207)
0 Favorites   0 Comments

Color spaces of #3aadcf

RGB 58173207
HSL0.540.610.52
HSV194°72°81°
CMYK 0.720.160.00   0.19
XYZ27.951035.291764.3703
Yxy35.29170.21900.2766
Hunter Lab59.4068-19.9774-22.6589
CIE-Lab65.9751-20.8427-26.5202

#3aadcf color RGB value is (58,173,207).

#3aadcf hex color red value is 58, green value is 173 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #3aadcf hue: 0.54 , saturation: 0.61 and the lightness value of 3aadcf is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101101 11001111
Octal 72 255 317
Decimal 58 173 207
Hex 3A AD CF

RGB Percentages of Color #3aadcf

%13.24
%39.50
%47.26

CMYK Percentages of Color #3aadcf

%72
%16
%0
%19

Triadic Colors of #3aadcf

#3aadcf #cf3aad #adcf3a

Analogous Colors of #3aadcf

#3aadcf #3a62cf #3acfa7

Monochromatic Colors of #3aadcf

#3aadcf

Complementary Color

#3aadcf #cf5c3a

#3aadcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aadcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aadcf Color CSS Codes

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

#3aadcf Text Font Color

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

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


#3aadcf Background Color

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

This div background color is #3aadcf


#3aadcf Border Color

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

This div border color is #3aadcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aadcf


Comments

No comments written yet.

Please login to write comment.