Color Hex Logo

#34edff Color Hex

#34EDFF
(52,237,255)
0 Favorites   0 Comments

Color spaces of #34edff

RGB 52237255
HSL0.511.000.60
HSV185°80°100°
CMYK 0.800.070.00   0.00
XYZ49.750468.5184105.2110
Yxy68.51840.22260.3066
Hunter Lab82.7758-37.5747-17.4166
CIE-Lab86.2650-37.8429-21.4070

#34edff color RGB value is (52,237,255).

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

The process color (four color CMYK) of #34edff color hex is 0.80, 0.07, 0.00, 0.00. Web safe color of #34edff is #33ffff. Color #34edff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 11101101 11111111
Octal 64 355 377
Decimal 52 237 255
Hex 34 ED FF

RGB Percentages of Color #34edff

%9.56
%43.57
%46.88

CMYK Percentages of Color #34edff

%80
%7
%0
%0

Triadic Colors of #34edff

#34edff #ff34ed #edff34

Analogous Colors of #34edff

#34edff #3488ff #34ffac

Monochromatic Colors of #34edff

#34edff

Complementary Color

#34edff #ff4634

#34edff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34edff Color Preview on White Background

Lorem ipsum dolor sit amet.

#34edff Color CSS Codes

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

#34edff Text Font Color

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

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


#34edff Background Color

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

This div background color is #34edff


#34edff Border Color

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

This div border color is #34edff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34edff

Related Colors


Comments

No comments written yet.

Please login to write comment.