Color Hex Logo

#34aceb Color Hex

#34ACEB
(52,172,235)
0 Favorites   0 Comments

Color spaces of #34aceb

RGB 52172235
HSL0.560.820.56
HSV201°78°92°
CMYK 0.780.270.00   0.08
XYZ31.164136.233383.9485
Yxy36.23330.20590.2394
Hunter Lab60.1941-12.9254-40.5517
CIE-Lab66.6978-11.6760-40.8098

#34aceb color RGB value is (52,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10101100 11101011
Octal 64 254 353
Decimal 52 172 235
Hex 34 AC EB

RGB Percentages of Color #34aceb

%11.33
%37.47
%51.20

CMYK Percentages of Color #34aceb

%78
%27
%0
%8

Triadic Colors of #34aceb

#34aceb #eb34ac #aceb34

Analogous Colors of #34aceb

#34aceb #3450eb #34ebcf

Monochromatic Colors of #34aceb

#34aceb

Complementary Color

#34aceb #eb7334

#34aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#34aceb Color CSS Codes

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

#34aceb Text Font Color

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

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


#34aceb Background Color

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

This div background color is #34aceb


#34aceb Border Color

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

This div border color is #34aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34aceb


Comments

No comments written yet.

Please login to write comment.