Color Hex Logo

#34afec Color Hex

#34AFEC
(52,175,236)
0 Favorites   0 Comments

Color spaces of #34afec

RGB 52175236
HSL0.560.830.56
HSV200°78°93°
CMYK 0.780.260.00   0.07
XYZ31.886537.446184.9041
Yxy37.44610.20670.2428
Hunter Lab61.1932-14.0755-39.4282
CIE-Lab67.6104-12.9658-39.9297

#34afec color RGB value is (52,175,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10101111 11101100
Octal 64 257 354
Decimal 52 175 236
Hex 34 AF EC

RGB Percentages of Color #34afec

%11.23
%37.80
%50.97

CMYK Percentages of Color #34afec

%78
%26
%0
%7

Triadic Colors of #34afec

#34afec #ec34af #afec34

Analogous Colors of #34afec

#34afec #3453ec #34eccd

Monochromatic Colors of #34afec

#34afec

Complementary Color

#34afec #ec7134

#34afec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34afec Color Preview on White Background

Lorem ipsum dolor sit amet.

#34afec Color CSS Codes

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

#34afec Text Font Color

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

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


#34afec Background Color

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

This div background color is #34afec


#34afec Border Color

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

This div border color is #34afec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34afec


Comments

No comments written yet.

Please login to write comment.