Color Hex Logo

#34adee Color Hex

#34ADEE
(52,173,238)
0 Favorites   0 Comments

Color spaces of #34adee

RGB 52173238
HSL0.560.850.57
HSV201°78°93°
CMYK 0.780.270.00   0.07
XYZ31.792436.790386.3145
Yxy36.79030.20520.2375
Hunter Lab60.6550-12.5853-41.9135
CIE-Lab67.1194-11.1917-41.7899

#34adee color RGB value is (52,173,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10101101 11101110
Octal 64 255 356
Decimal 52 173 238
Hex 34 AD EE

RGB Percentages of Color #34adee

%11.23
%37.37
%51.40

CMYK Percentages of Color #34adee

%78
%27
%0
%7

Triadic Colors of #34adee

#34adee #ee34ad #adee34

Analogous Colors of #34adee

#34adee #3450ee #34eed2

Monochromatic Colors of #34adee

#34adee

Complementary Color

#34adee #ee7534

#34adee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34adee Color Preview on White Background

Lorem ipsum dolor sit amet.

#34adee Color CSS Codes

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

#34adee Text Font Color

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

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


#34adee Background Color

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

This div background color is #34adee


#34adee Border Color

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

This div border color is #34adee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34adee


Comments

No comments written yet.

Please login to write comment.