Color Hex Logo

#34afbc Color Hex

#34AFBC
(52,175,188)
0 Favorites   0 Comments

Color spaces of #34afbc

RGB 52175188
HSL0.520.570.47
HSV186°72°74°
CMYK 0.720.070.00   0.26
XYZ25.823235.020852.9756
Yxy35.02080.22690.3077
Hunter Lab59.1784-25.6715-11.6507
CIE-Lab65.7649-28.5972-16.3285

#34afbc color RGB value is (52,175,188).

#34afbc hex color red value is 52, green value is 175 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #34afbc hue: 0.52 , saturation: 0.57 and the lightness value of 34afbc is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10101111 10111100
Octal 64 257 274
Decimal 52 175 188
Hex 34 AF BC

RGB Percentages of Color #34afbc

%12.53
%42.17
%45.30

CMYK Percentages of Color #34afbc

%72
%7
%0
%26

Triadic Colors of #34afbc

#34afbc #bc34af #afbc34

Analogous Colors of #34afbc

#34afbc #346bbc #34bc85

Monochromatic Colors of #34afbc

#34afbc

Complementary Color

#34afbc #bc4134

#34afbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34afbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#34afbc Color CSS Codes

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

#34afbc Text Font Color

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

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


#34afbc Background Color

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

This div background color is #34afbc


#34afbc Border Color

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

This div border color is #34afbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34afbc


Comments

No comments written yet.

Please login to write comment.