Color Hex Logo

#34ceff Color Hex

#34CEFF
(52,206,255)
0 Favorites   0 Comments

Color spaces of #34ceff

RGB 52206255
HSL0.541.000.60
HSV194°80°100°
CMYK 0.800.190.00   0.00
XYZ41.537552.0927102.4734
Yxy52.09270.21180.2656
Hunter Lab72.1753-23.5784-33.6564
CIE-Lab77.3362-22.8764-35.0714

#34ceff color RGB value is (52,206,255).

#34ceff hex color red value is 52, green value is 206 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #34ceff hue: 0.54 , saturation: 1.00 and the lightness value of 34ceff is 0.60.

The process color (four color CMYK) of #34ceff color hex is 0.80, 0.19, 0.00, 0.00. Web safe color of #34ceff is #33ccff. Color #34ceff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 11001110 11111111
Octal 64 316 377
Decimal 52 206 255
Hex 34 CE FF

RGB Percentages of Color #34ceff

%10.14
%40.16
%49.71

CMYK Percentages of Color #34ceff

%80
%19
%0
%0

Triadic Colors of #34ceff

#34ceff #ff34ce #ceff34

Analogous Colors of #34ceff

#34ceff #3469ff #34ffcb

Monochromatic Colors of #34ceff

#34ceff

Complementary Color

#34ceff #ff6534

#34ceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34ceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#34ceff Color CSS Codes

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

#34ceff Text Font Color

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

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


#34ceff Background Color

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

This div background color is #34ceff


#34ceff Border Color

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

This div border color is #34ceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34ceff


Comments

No comments written yet.

Please login to write comment.