Color Hex Logo

#34afcc Color Hex

#34AFCC
(52,175,204)
0 Favorites   0 Comments

Color spaces of #34afcc

RGB 52175204
HSL0.530.600.50
HSV191°75°80°
CMYK 0.750.140.00   0.20
XYZ27.645235.749662.5701
Yxy35.74960.21950.2838
Hunter Lab59.7910-22.1022-20.1922
CIE-Lab66.3282-23.5813-24.3319

#34afcc color RGB value is (52,175,204).

#34afcc hex color red value is 52, green value is 175 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #34afcc hue: 0.53 , saturation: 0.60 and the lightness value of 34afcc is 0.50.

The process color (four color CMYK) of #34afcc color hex is 0.75, 0.14, 0.00, 0.20. Web safe color of #34afcc is #3399cc. Color #34afcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10101111 11001100
Octal 64 257 314
Decimal 52 175 204
Hex 34 AF CC

RGB Percentages of Color #34afcc

%12.06
%40.60
%47.33

CMYK Percentages of Color #34afcc

%75
%14
%0
%20

Triadic Colors of #34afcc

#34afcc #cc34af #afcc34

Analogous Colors of #34afcc

#34afcc #3463cc #34cc9d

Monochromatic Colors of #34afcc

#34afcc

Complementary Color

#34afcc #cc5134

#34afcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34afcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#34afcc Color CSS Codes

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

#34afcc Text Font Color

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

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


#34afcc Background Color

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

This div background color is #34afcc


#34afcc Border Color

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

This div border color is #34afcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34afcc


Comments

No comments written yet.

Please login to write comment.