Color Hex Logo

#34dafb Color Hex

#34DAFB
(52,218,251)
0 Favorites   0 Comments

Color spaces of #34dafb

RGB 52218251
HSL0.530.960.59
HSV190°79°98°
CMYK 0.790.130.00   0.02
XYZ43.900257.8379100.1168
Yxy57.83790.21750.2865
Hunter Lab76.0512-30.0514-24.8158
CIE-Lab80.6486-30.0918-27.8463

#34dafb color RGB value is (52,218,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 11011010 11111011
Octal 64 332 373
Decimal 52 218 251
Hex 34 DA FB

RGB Percentages of Color #34dafb

%9.98
%41.84
%48.18

CMYK Percentages of Color #34dafb

%79
%13
%0
%2

Triadic Colors of #34dafb

#34dafb #fb34da #dafb34

Analogous Colors of #34dafb

#34dafb #3477fb #34fbb9

Monochromatic Colors of #34dafb

#34dafb

Complementary Color

#34dafb #fb5534

#34dafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34dafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#34dafb Color CSS Codes

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

#34dafb Text Font Color

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

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


#34dafb Background Color

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

This div background color is #34dafb


#34dafb Border Color

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

This div border color is #34dafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34dafb


Comments

No comments written yet.

Please login to write comment.