Color Hex Logo

#34beef Color Hex

#34BEEF
(52,190,239)
0 Favorites   0 Comments

Color spaces of #34beef

RGB 52190239
HSL0.540.850.57
HSV196°78°94°
CMYK 0.780.210.00   0.06
XYZ35.409643.789088.2472
Yxy43.78900.21150.2615
Hunter Lab66.1733-20.2871-32.7466
CIE-Lab72.0872-19.9115-34.5960

#34beef color RGB value is (52,190,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10111110 11101111
Octal 64 276 357
Decimal 52 190 239
Hex 34 BE EF

RGB Percentages of Color #34beef

%10.81
%39.50
%49.69

CMYK Percentages of Color #34beef

%78
%21
%0
%6

Triadic Colors of #34beef

#34beef #ef34be #beef34

Analogous Colors of #34beef

#34beef #3460ef #34efc3

Monochromatic Colors of #34beef

#34beef

Complementary Color

#34beef #ef6534

#34beef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34beef Color Preview on White Background

Lorem ipsum dolor sit amet.

#34beef Color CSS Codes

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

#34beef Text Font Color

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

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


#34beef Background Color

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

This div background color is #34beef


#34beef Border Color

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

This div border color is #34beef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34beef


Comments

No comments written yet.

Please login to write comment.