Color Hex Logo

#34ccec Color Hex

#34CCEC
(52,204,236)
0 Favorites   0 Comments

Color spaces of #34ccec

RGB 52204236
HSL0.530.830.56
HSV190°78°93°
CMYK 0.780.140.00   0.07
XYZ38.149449.971986.9917
Yxy49.97190.21790.2854
Hunter Lab70.6908-27.3786-23.4784
CIE-Lab76.0520-27.9514-26.8717

#34ccec color RGB value is (52,204,236).

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

The process color (four color CMYK) of #34ccec color hex is 0.78, 0.14, 0.00, 0.07. Web safe color of #34ccec is #33ccff. Color #34ccec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 11001100 11101100
Octal 64 314 354
Decimal 52 204 236
Hex 34 CC EC

RGB Percentages of Color #34ccec

%10.57
%41.46
%47.97

CMYK Percentages of Color #34ccec

%78
%14
%0
%7

Triadic Colors of #34ccec

#34ccec #ec34cc #ccec34

Analogous Colors of #34ccec

#34ccec #3470ec #34ecb0

Monochromatic Colors of #34ccec

#34ccec

Complementary Color

#34ccec #ec5434

#34ccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34ccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#34ccec Color CSS Codes

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

#34ccec Text Font Color

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

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


#34ccec Background Color

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

This div background color is #34ccec


#34ccec Border Color

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

This div border color is #34ccec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,204,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 #34ccec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34ccec


Comments

No comments written yet.

Please login to write comment.