Color Hex Logo

#34aced Color Hex

#34ACED
(52,172,237)
0 Favorites   0 Comments

Color spaces of #34aced

RGB 52172237
HSL0.560.840.57
HSV201°78°93°
CMYK 0.780.270.00   0.07
XYZ31.454836.349585.4791
Yxy36.34950.20520.2371
Hunter Lab60.2905-12.3814-41.8572
CIE-Lab66.7861-10.9880-41.7654

#34aced color RGB value is (52,172,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10101100 11101101
Octal 64 254 355
Decimal 52 172 237
Hex 34 AC ED

RGB Percentages of Color #34aced

%11.28
%37.31
%51.41

CMYK Percentages of Color #34aced

%78
%27
%0
%7

Triadic Colors of #34aced

#34aced #ed34ac #aced34

Analogous Colors of #34aced

#34aced #3450ed #34edd2

Monochromatic Colors of #34aced

#34aced

Complementary Color

#34aced #ed7534

#34aced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34aced Color Preview on White Background

Lorem ipsum dolor sit amet.

#34aced Color CSS Codes

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

#34aced Text Font Color

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

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


#34aced Background Color

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

This div background color is #34aced


#34aced Border Color

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

This div border color is #34aced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34aced


Comments

No comments written yet.

Please login to write comment.