Color Hex Logo

#3aaccf Color Hex

#3AACCF
(58,172,207)
0 Favorites   0 Comments

Color spaces of #3aaccf

RGB 58172207
HSL0.540.610.52
HSV194°72°81°
CMYK 0.720.170.00   0.19
XYZ27.759934.909664.3066
Yxy34.90960.21860.2749
Hunter Lab59.0843-19.5320-23.1714
CIE-Lab65.6782-20.3223-26.9767

#3aaccf color RGB value is (58,172,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101100 11001111
Octal 72 254 317
Decimal 58 172 207
Hex 3A AC CF

RGB Percentages of Color #3aaccf

%13.27
%39.36
%47.37

CMYK Percentages of Color #3aaccf

%72
%17
%0
%19

Triadic Colors of #3aaccf

#3aaccf #cf3aac #accf3a

Analogous Colors of #3aaccf

#3aaccf #3a61cf #3acfa8

Monochromatic Colors of #3aaccf

#3aaccf

Complementary Color

#3aaccf #cf5d3a

#3aaccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aaccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aaccf Color CSS Codes

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

#3aaccf Text Font Color

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

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


#3aaccf Background Color

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

This div background color is #3aaccf


#3aaccf Border Color

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

This div border color is #3aaccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,172,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 #3aaccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aaccf


Comments

No comments written yet.

Please login to write comment.