Color Hex Logo

#34aaec Color Hex

#34AAEC
(52,170,236)
0 Favorites   0 Comments

Color spaces of #34aaec

RGB 52170236
HSL0.560.830.56
HSV202°78°93°
CMYK 0.780.280.00   0.07
XYZ30.931235.535684.5857
Yxy35.53560.20480.2353
Hunter Lab59.6117-11.7009-42.4009
CIE-Lab66.1636-10.2343-42.1938

#34aaec color RGB value is (52,170,236).

#34aaec hex color red value is 52, green value is 170 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #34aaec hue: 0.56 , saturation: 0.83 and the lightness value of 34aaec is 0.56.

The process color (four color CMYK) of #34aaec color hex is 0.78, 0.28, 0.00, 0.07. Web safe color of #34aaec is #3399ff. Color #34aaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10101010 11101100
Octal 64 252 354
Decimal 52 170 236
Hex 34 AA EC

RGB Percentages of Color #34aaec

%11.35
%37.12
%51.53

CMYK Percentages of Color #34aaec

%78
%28
%0
%7

Triadic Colors of #34aaec

#34aaec #ec34aa #aaec34

Analogous Colors of #34aaec

#34aaec #344eec #34ecd2

Monochromatic Colors of #34aaec

#34aaec

Complementary Color

#34aaec #ec7634

#34aaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34aaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#34aaec Color CSS Codes

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

#34aaec Text Font Color

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

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


#34aaec Background Color

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

This div background color is #34aaec


#34aaec Border Color

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

This div border color is #34aaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34aaec


Comments

No comments written yet.

Please login to write comment.