Color Hex Logo

#347ded Color Hex

#347DED
(52,125,237)
0 Favorites   0 Comments

Color spaces of #347ded

RGB 52125237
HSL0.600.840.57
HSV216°78°93°
CMYK 0.780.470.00   0.07
XYZ24.035921.511783.0061
Yxy21.51170.18700.1673
Hunter Lab46.380711.3379-73.6430
CIE-Lab53.505016.5963-62.8671

#347ded color RGB value is (52,125,237).

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

The process color (four color CMYK) of #347ded color hex is 0.78, 0.47, 0.00, 0.07. Web safe color of #347ded is #3366ff. Color #347ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111101 11101101
Octal 64 175 355
Decimal 52 125 237
Hex 34 7D ED

RGB Percentages of Color #347ded

%12.56
%30.19
%57.25

CMYK Percentages of Color #347ded

%78
%47
%0
%7

Triadic Colors of #347ded

#347ded #ed347d #7ded34

Analogous Colors of #347ded

#347ded #4734ed #34daed

Monochromatic Colors of #347ded

#347ded

Complementary Color

#347ded #eda434

#347ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#347ded Color CSS Codes

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

#347ded Text Font Color

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

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


#347ded Background Color

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

This div background color is #347ded


#347ded Border Color

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

This div border color is #347ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347ded


Comments

No comments written yet.

Please login to write comment.