Color Hex Logo

#34dbed Color Hex

#34DBED
(52,219,237)
0 Favorites   0 Comments

Color spaces of #34dbed

RGB 52219237
HSL0.520.840.57
HSV186°78°93°
CMYK 0.780.080.00   0.07
XYZ42.033857.507589.0054
Yxy57.50750.22290.3050
Hunter Lab75.8337-33.7684-16.5046
CIE-Lab80.4642-34.8538-20.6855

#34dbed color RGB value is (52,219,237).

#34dbed hex color red value is 52, green value is 219 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #34dbed hue: 0.52 , saturation: 0.84 and the lightness value of 34dbed is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 11011011 11101101
Octal 64 333 355
Decimal 52 219 237
Hex 34 DB ED

RGB Percentages of Color #34dbed

%10.24
%43.11
%46.65

CMYK Percentages of Color #34dbed

%78
%8
%0
%7

Triadic Colors of #34dbed

#34dbed #ed34db #dbed34

Analogous Colors of #34dbed

#34dbed #347fed #34eda3

Monochromatic Colors of #34dbed

#34dbed

Complementary Color

#34dbed #ed4634

#34dbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34dbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#34dbed Color CSS Codes

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

#34dbed Text Font Color

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

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


#34dbed Background Color

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

This div background color is #34dbed


#34dbed Border Color

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

This div border color is #34dbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34dbed


Comments

No comments written yet.

Please login to write comment.