Color Hex Logo

#34ccbb Color Hex

#34CCBB
(52,204,187)
0 Favorites   0 Comments

Color spaces of #34ccbb

RGB 52204187
HSL0.480.600.50
HSV173°75°80°
CMYK 0.750.000.08   0.20
XYZ31.978747.503754.4974
Yxy47.50370.23870.3546
Hunter Lab68.9229-37.79511.3654
CIE-Lab74.5108-42.3745-2.7413

#34ccbb color RGB value is (52,204,187).

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

The process color (four color CMYK) of #34ccbb color hex is 0.75, 0.00, 0.08, 0.20. Web safe color of #34ccbb is #33cccc. Color #34ccbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 11001100 10111011
Octal 64 314 273
Decimal 52 204 187
Hex 34 CC BB

RGB Percentages of Color #34ccbb

%11.74
%46.05
%42.21

CMYK Percentages of Color #34ccbb

%75
%0
%8
%20

Triadic Colors of #34ccbb

#34ccbb #bb34cc #ccbb34

Analogous Colors of #34ccbb

#34ccbb #3491cc #34cc6f

Monochromatic Colors of #34ccbb

#34ccbb

Complementary Color

#34ccbb #cc3445

#34ccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34ccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#34ccbb Color CSS Codes

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

#34ccbb Text Font Color

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

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


#34ccbb Background Color

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

This div background color is #34ccbb


#34ccbb Border Color

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

This div border color is #34ccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34ccbb


Comments

No comments written yet.

Please login to write comment.