color codes Logo

#3aafdd color codes

#3AAFDD
(58,175,221)
0 Favorites   0 Comments

Color spaces of #3aafdd

RGB 58175221
HSL0.550.710.55
HSV197°74°87°
CMYK 0.740.210.00   0.13
XYZ30.126036.779973.9180
Yxy36.77990.21390.2612
Hunter Lab60.6464-17.4617-29.8122
CIE-Lab67.1116-17.3311-32.4804

#3aafdd color RGB value is (58,175,221).

#3aafdd hex color red value is 58, green value is 175 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3aafdd hue: 0.55 , saturation: 0.71 and the lightness value of 3aafdd is 0.55.

The process color (four color CMYK) of #3aafdd color code is 0.74, 0.21, 0.00, 0.13. Web safe color of #3aafdd is #3399cc. Color #3aafdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101111 11011101
Octal 72 257 335
Decimal 58 175 221
Hex 3A AF DD

RGB Percentages of Color #3aafdd

%12.78
%38.55
%48.68

CMYK Percentages of Color #3aafdd

%74
%21
%0
%13

Triadic Colors of #3aafdd

#3aafdd #dd3aaf #afdd3a

Analogous Colors of #3aafdd

#3aafdd #3a5edd #3addba

Monochromatic Colors of #3aafdd

#3aafdd

Complementary Color

#3aafdd #dd683a

#3aafdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aafdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aafdd Color CSS Codes

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

#3aafdd Text Font Color

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

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


#3aafdd Background Color

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

This div background color is #3aafdd


#3aafdd Border Color

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

This div border color is #3aafdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aafdd


Comments

No comments written yet.

Please login to write comment.