Color Hex Logo

#34aabc Color Hex

#34AABC
(52,170,188)
0 Favorites   0 Comments

Color spaces of #34aabc

RGB 52170188
HSL0.520.570.47
HSV188°72°74°
CMYK 0.720.100.00   0.26
XYZ24.868033.110452.6572
Yxy33.11040.22480.2993
Hunter Lab57.5416-23.5548-13.9780
CIE-Lab64.2502-26.1117-18.6242

#34aabc color RGB value is (52,170,188).

#34aabc hex color red value is 52, green value is 170 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #34aabc hue: 0.52 , saturation: 0.57 and the lightness value of 34aabc is 0.47.

The process color (four color CMYK) of #34aabc color hex is 0.72, 0.10, 0.00, 0.26. Web safe color of #34aabc is #3399cc. Color #34aabc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10101010 10111100
Octal 64 252 274
Decimal 52 170 188
Hex 34 AA BC

RGB Percentages of Color #34aabc

%12.68
%41.46
%45.85

CMYK Percentages of Color #34aabc

%72
%10
%0
%26

Triadic Colors of #34aabc

#34aabc #bc34aa #aabc34

Analogous Colors of #34aabc

#34aabc #3466bc #34bc8a

Monochromatic Colors of #34aabc

#34aabc

Complementary Color

#34aabc #bc4634

#34aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#34aabc Color CSS Codes

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

#34aabc Text Font Color

<p style="color:#34aabc">Text here</p>

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


#34aabc Background Color

<div style="background-color:#34aabc">
Div content here</div>

This div background color is #34aabc


#34aabc Border Color

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

This div border color is #34aabc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,170,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34aabc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34aabc;
  -webkit-box-shadow: 1px 1px 3px 2px #34aabc;
  box-shadow:         1px 1px 3px 2px #34aabc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,170,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34aabc


Comments

No comments written yet.

Please login to write comment.