Color Hex Logo

#3aa7dc Color Hex

#3AA7DC
(58,167,220)
0 Favorites   0 Comments

Color spaces of #3aa7dc

RGB 58167220
HSL0.550.700.55
HSV200°74°86°
CMYK 0.740.240.00   0.14
XYZ28.481933.704372.7146
Yxy33.70430.21110.2498
Hunter Lab58.0554-14.0251-33.6222
CIE-Lab64.7272-13.3715-35.6323

#3aa7dc color RGB value is (58,167,220).

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

The process color (four color CMYK) of #3aa7dc color hex is 0.74, 0.24, 0.00, 0.14. Web safe color of #3aa7dc is #3399cc. Color #3aa7dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10100111 11011100
Octal 72 247 334
Decimal 58 167 220
Hex 3A A7 DC

RGB Percentages of Color #3aa7dc

%13.03
%37.53
%49.44

CMYK Percentages of Color #3aa7dc

%74
%24
%0
%14

Triadic Colors of #3aa7dc

#3aa7dc #dc3aa7 #a7dc3a

Analogous Colors of #3aa7dc

#3aa7dc #3a56dc #3adcc0

Monochromatic Colors of #3aa7dc

#3aa7dc

Complementary Color

#3aa7dc #dc6f3a

#3aa7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aa7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aa7dc Color CSS Codes

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

#3aa7dc Text Font Color

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

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


#3aa7dc Background Color

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

This div background color is #3aa7dc


#3aa7dc Border Color

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

This div border color is #3aa7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aa7dc


Comments

No comments written yet.

Please login to write comment.