Color Hex Logo

#347dde Color Hex

#347DDE
(52,125,222)
0 Favorites   0 Comments

Color spaces of #347dde

RGB 52125222
HSL0.600.720.54
HSV214°77°87°
CMYK 0.770.440.00   0.13
XYZ21.934620.671271.9411
Yxy20.67120.19150.1805
Hunter Lab45.46566.5515-61.9898
CIE-Lab52.587711.0537-55.9403

#347dde color RGB value is (52,125,222).

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

The process color (four color CMYK) of #347dde color hex is 0.77, 0.44, 0.00, 0.13. Web safe color of #347dde is #3366cc. Color #347dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111101 11011110
Octal 64 175 336
Decimal 52 125 222
Hex 34 7D DE

RGB Percentages of Color #347dde

%13.03
%31.33
%55.64

CMYK Percentages of Color #347dde

%77
%44
%0
%13

Triadic Colors of #347dde

#347dde #de347d #7dde34

Analogous Colors of #347dde

#347dde #4034de #34d2de

Monochromatic Colors of #347dde

#347dde

Complementary Color

#347dde #de9534

#347dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#347dde Color CSS Codes

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

#347dde Text Font Color

<p style="color:#347dde">Text here</p>

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


#347dde Background Color

<div style="background-color:#347dde">
Div content here</div>

This div background color is #347dde


#347dde Border Color

<div style="border:3px solid #347dde">
Div here</div>

This div border color is #347dde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,125,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 #347dde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347dde


Comments

No comments written yet.

Please login to write comment.