Color Hex Logo

#34beee Color Hex

#34BEEE
(52,190,238)
0 Favorites   0 Comments

Color spaces of #34beee

RGB 52190238
HSL0.540.850.57
HSV195°78°93°
CMYK 0.780.200.00   0.07
XYZ35.262243.730087.4711
Yxy43.73000.21180.2627
Hunter Lab66.1287-20.5425-32.1353
CIE-Lab72.0477-20.2408-34.1160

#34beee color RGB value is (52,190,238).

#34beee hex color red value is 52, green value is 190 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #34beee hue: 0.54 , saturation: 0.85 and the lightness value of 34beee is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10111110 11101110
Octal 64 276 356
Decimal 52 190 238
Hex 34 BE EE

RGB Percentages of Color #34beee

%10.83
%39.58
%49.58

CMYK Percentages of Color #34beee

%78
%20
%0
%7

Triadic Colors of #34beee

#34beee #ee34be #beee34

Analogous Colors of #34beee

#34beee #3461ee #34eec1

Monochromatic Colors of #34beee

#34beee

Complementary Color

#34beee #ee6434

#34beee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34beee Color Preview on White Background

Lorem ipsum dolor sit amet.

#34beee Color CSS Codes

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

#34beee Text Font Color

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

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


#34beee Background Color

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

This div background color is #34beee


#34beee Border Color

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

This div border color is #34beee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34beee


Comments

No comments written yet.

Please login to write comment.