Color Hex Logo

#348ede Color Hex

#348EDE
(52,142,222)
0 Favorites   0 Comments

Color spaces of #348ede

RGB 52142222
HSL0.580.720.54
HSV208°77°87°
CMYK 0.770.360.00   0.13
XYZ24.274025.350072.7209
Yxy25.35000.19840.2072
Hunter Lab50.3488-2.0525-50.3909
CIE-Lab57.41490.7842-48.2448

#348ede color RGB value is (52,142,222).

#348ede hex color red value is 52, green value is 142 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #348ede hue: 0.58 , saturation: 0.72 and the lightness value of 348ede is 0.54.

The process color (four color CMYK) of #348ede color hex is 0.77, 0.36, 0.00, 0.13. Web safe color of #348ede is #3399cc. Color #348ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001110 11011110
Octal 64 216 336
Decimal 52 142 222
Hex 34 8E DE

RGB Percentages of Color #348ede

%12.50
%34.13
%53.37

CMYK Percentages of Color #348ede

%77
%36
%0
%13

Triadic Colors of #348ede

#348ede #de348e #8ede34

Analogous Colors of #348ede

#348ede #3439de #34ded9

Monochromatic Colors of #348ede

#348ede

Complementary Color

#348ede #de8434

#348ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#348ede Color CSS Codes

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

#348ede Text Font Color

<p style="color:#348ede">Text here</p>

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


#348ede Background Color

<div style="background-color:#348ede">
Div content here</div>

This div background color is #348ede


#348ede Border Color

<div style="border:3px solid #348ede">
Div here</div>

This div border color is #348ede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,142,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #348ede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #348ede;
  -webkit-box-shadow: 1px 1px 3px 2px #348ede;
  box-shadow:         1px 1px 3px 2px #348ede; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348ede


Comments

No comments written yet.

Please login to write comment.