Color Hex Logo

#34afeb Color Hex

#34AFEB
(52,175,235)
0 Favorites   0 Comments

Color spaces of #34afeb

RGB 52175235
HSL0.550.820.56
HSV200°78°92°
CMYK 0.780.260.00   0.08
XYZ31.741537.388284.1409
Yxy37.38820.20710.2439
Hunter Lab61.1459-14.3440-38.7849
CIE-Lab67.5673-13.3074-39.4507

#34afeb color RGB value is (52,175,235).

#34afeb hex color red value is 52, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #34afeb hue: 0.55 , saturation: 0.82 and the lightness value of 34afeb is 0.56.

The process color (four color CMYK) of #34afeb color hex is 0.78, 0.26, 0.00, 0.08. Web safe color of #34afeb is #3399ff. Color #34afeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10101111 11101011
Octal 64 257 353
Decimal 52 175 235
Hex 34 AF EB

RGB Percentages of Color #34afeb

%11.26
%37.88
%50.87

CMYK Percentages of Color #34afeb

%78
%26
%0
%8

Triadic Colors of #34afeb

#34afeb #eb34af #afeb34

Analogous Colors of #34afeb

#34afeb #3454eb #34ebcc

Monochromatic Colors of #34afeb

#34afeb

Complementary Color

#34afeb #eb7034

#34afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#34afeb Color CSS Codes

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

#34afeb Text Font Color

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

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


#34afeb Background Color

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

This div background color is #34afeb


#34afeb Border Color

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

This div border color is #34afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34afeb


Comments

No comments written yet.

Please login to write comment.