Color Hex Logo

#34afbd Color Hex

#34AFBD
(52,175,189)
0 Favorites   0 Comments

Color spaces of #34afbd

RGB 52175189
HSL0.520.570.47
HSV186°72°74°
CMYK 0.720.070.00   0.26
XYZ25.931535.064153.5454
Yxy35.06410.22640.3061
Hunter Lab59.2149-25.4572-12.1628
CIE-Lab65.7985-28.2903-16.8324

#34afbd color RGB value is (52,175,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10101111 10111101
Octal 64 257 275
Decimal 52 175 189
Hex 34 AF BD

RGB Percentages of Color #34afbd

%12.50
%42.07
%45.43

CMYK Percentages of Color #34afbd

%72
%7
%0
%26

Triadic Colors of #34afbd

#34afbd #bd34af #afbd34

Analogous Colors of #34afbd

#34afbd #346bbd #34bd87

Monochromatic Colors of #34afbd

#34afbd

Complementary Color

#34afbd #bd4234

#34afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#34afbd Color CSS Codes

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

#34afbd Text Font Color

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

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


#34afbd Background Color

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

This div background color is #34afbd


#34afbd Border Color

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

This div border color is #34afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34afbd


Comments

No comments written yet.

Please login to write comment.