Color Hex Logo

#34dcfb Color Hex

#34DCFB
(52,220,251)
0 Favorites   0 Comments

Color spaces of #34dcfb

RGB 52220251
HSL0.530.960.59
HSV189°79°98°
CMYK 0.790.120.00   0.02
XYZ44.422058.8815100.2908
Yxy58.88150.21820.2892
Hunter Lab76.7343-30.9501-23.7773
CIE-Lab81.2264-31.0572-26.9626

#34dcfb color RGB value is (52,220,251).

#34dcfb hex color red value is 52, green value is 220 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #34dcfb hue: 0.53 , saturation: 0.96 and the lightness value of 34dcfb is 0.59.

The process color (four color CMYK) of #34dcfb color hex is 0.79, 0.12, 0.00, 0.02. Web safe color of #34dcfb is #33ccff. Color #34dcfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 11011100 11111011
Octal 64 334 373
Decimal 52 220 251
Hex 34 DC FB

RGB Percentages of Color #34dcfb

%9.94
%42.07
%47.99

CMYK Percentages of Color #34dcfb

%79
%12
%0
%2

Triadic Colors of #34dcfb

#34dcfb #fb34dc #dcfb34

Analogous Colors of #34dcfb

#34dcfb #3479fb #34fbb7

Monochromatic Colors of #34dcfb

#34dcfb

Complementary Color

#34dcfb #fb5334

#34dcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34dcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#34dcfb Color CSS Codes

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

#34dcfb Text Font Color

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

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


#34dcfb Background Color

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

This div background color is #34dcfb


#34dcfb Border Color

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

This div border color is #34dcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34dcfb


Comments

No comments written yet.

Please login to write comment.