Color Hex Logo

#34aaef Color Hex

#34AAEF
(52,170,239)
0 Favorites   0 Comments

Color spaces of #34aaef

RGB 52170239
HSL0.560.850.57
HSV202°78°94°
CMYK 0.780.290.00   0.06
XYZ31.370935.711586.9009
Yxy35.71150.20370.2319
Hunter Lab59.7591-10.8738-44.3874
CIE-Lab66.2989-9.1957-43.6228

#34aaef color RGB value is (52,170,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10101010 11101111
Octal 64 252 357
Decimal 52 170 239
Hex 34 AA EF

RGB Percentages of Color #34aaef

%11.28
%36.88
%51.84

CMYK Percentages of Color #34aaef

%78
%29
%0
%6

Triadic Colors of #34aaef

#34aaef #ef34aa #aaef34

Analogous Colors of #34aaef

#34aaef #344def #34efd7

Monochromatic Colors of #34aaef

#34aaef

Complementary Color

#34aaef #ef7934

#34aaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34aaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#34aaef Color CSS Codes

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

#34aaef Text Font Color

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

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


#34aaef Background Color

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

This div background color is #34aaef


#34aaef Border Color

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

This div border color is #34aaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34aaef


Comments

No comments written yet.

Please login to write comment.