Color Hex Logo

#34ccee Color Hex

#34CCEE
(52,204,238)
0 Favorites   0 Comments

Color spaces of #34ccee

RGB 52204238
HSL0.530.850.57
HSV191°78°93°
CMYK 0.780.140.00   0.07
XYZ38.441750.088888.5309
Yxy50.08880.21710.2829
Hunter Lab70.7734-26.8985-24.6248
CIE-Lab76.1237-27.3210-27.8361

#34ccee color RGB value is (52,204,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 11001100 11101110
Octal 64 314 356
Decimal 52 204 238
Hex 34 CC EE

RGB Percentages of Color #34ccee

%10.53
%41.30
%48.18

CMYK Percentages of Color #34ccee

%78
%14
%0
%7

Triadic Colors of #34ccee

#34ccee #ee34cc #ccee34

Analogous Colors of #34ccee

#34ccee #346fee #34eeb3

Monochromatic Colors of #34ccee

#34ccee

Complementary Color

#34ccee #ee5634

#34ccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34ccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#34ccee Color CSS Codes

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

#34ccee Text Font Color

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

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


#34ccee Background Color

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

This div background color is #34ccee


#34ccee Border Color

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

This div border color is #34ccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34ccee


Comments

No comments written yet.

Please login to write comment.