Color Hex Logo

#3498dd Color Hex

#3498DD
(52,152,221)
0 Favorites   0 Comments

Color spaces of #3498dd

RGB 52152221
HSL0.570.710.54
HSV204°76°87°
CMYK 0.760.310.00   0.13
XYZ25.695628.407072.5354
Yxy28.40700.20290.2243
Hunter Lab53.2982-7.2153-43.3811
CIE-Lab60.2547-5.3806-43.1998

#3498dd color RGB value is (52,152,221).

#3498dd hex color red value is 52, green value is 152 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3498dd hue: 0.57 , saturation: 0.71 and the lightness value of 3498dd is 0.54.

The process color (four color CMYK) of #3498dd color hex is 0.76, 0.31, 0.00, 0.13. Web safe color of #3498dd is #3399cc. Color #3498dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011000 11011101
Octal 64 230 335
Decimal 52 152 221
Hex 34 98 DD

RGB Percentages of Color #3498dd

%12.24
%35.76
%52.00

CMYK Percentages of Color #3498dd

%76
%31
%0
%13

Triadic Colors of #3498dd

#3498dd #dd3498 #98dd34

Analogous Colors of #3498dd

#3498dd #3443dd #34ddce

Monochromatic Colors of #3498dd

#3498dd

Complementary Color

#3498dd #dd7934

#3498dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3498dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3498dd Color CSS Codes

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

#3498dd Text Font Color

<p style="color:#3498dd">Text here</p>

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


#3498dd Background Color

<div style="background-color:#3498dd">
Div content here</div>

This div background color is #3498dd


#3498dd Border Color

<div style="border:3px solid #3498dd">
Div here</div>

This div border color is #3498dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,152,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3498dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3498dd;
  -webkit-box-shadow: 1px 1px 3px 2px #3498dd;
  box-shadow:         1px 1px 3px 2px #3498dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3498dd


Comments

No comments written yet.

Please login to write comment.