Color Hex Logo

#34aeed Color Hex

#34AEED
(52,174,237)
0 Favorites   0 Comments

Color spaces of #34aeed

RGB 52174237
HSL0.560.840.57
HSV200°78°93°
CMYK 0.780.270.00   0.07
XYZ31.838337.116685.6069
Yxy37.11660.20600.2401
Hunter Lab60.9234-13.3326-40.6653
CIE-Lab67.3644-12.0808-40.8603

#34aeed color RGB value is (52,174,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10101110 11101101
Octal 64 256 355
Decimal 52 174 237
Hex 34 AE ED

RGB Percentages of Color #34aeed

%11.23
%37.58
%51.19

CMYK Percentages of Color #34aeed

%78
%27
%0
%7

Triadic Colors of #34aeed

#34aeed #ed34ae #aeed34

Analogous Colors of #34aeed

#34aeed #3452ed #34edd0

Monochromatic Colors of #34aeed

#34aeed

Complementary Color

#34aeed #ed7334

#34aeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34aeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#34aeed Color CSS Codes

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

#34aeed Text Font Color

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

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


#34aeed Background Color

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

This div background color is #34aeed


#34aeed Border Color

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

This div border color is #34aeed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,174,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 #34aeed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34aeed


Comments

No comments written yet.

Please login to write comment.