Color Hex Logo

#3498ef Color Hex

#3498EF
(52,152,239)
0 Favorites   0 Comments

Color spaces of #3498ef

RGB 52152239
HSL0.580.850.57
HSV208°78°94°
CMYK 0.780.360.00   0.06
XYZ28.224429.418585.8521
Yxy29.41850.19670.2050
Hunter Lab54.2388-2.0314-55.8802
CIE-Lab61.14921.0393-51.7522

#3498ef color RGB value is (52,152,239).

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

The process color (four color CMYK) of #3498ef color hex is 0.78, 0.36, 0.00, 0.06. Web safe color of #3498ef is #3399ff. Color #3498ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011000 11101111
Octal 64 230 357
Decimal 52 152 239
Hex 34 98 EF

RGB Percentages of Color #3498ef

%11.74
%34.31
%53.95

CMYK Percentages of Color #3498ef

%78
%36
%0
%6

Triadic Colors of #3498ef

#3498ef #ef3498 #98ef34

Analogous Colors of #3498ef

#3498ef #343aef #34efe9

Monochromatic Colors of #3498ef

#3498ef

Complementary Color

#3498ef #ef8b34

#3498ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3498ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3498ef Color CSS Codes

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

#3498ef Text Font Color

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

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


#3498ef Background Color

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

This div background color is #3498ef


#3498ef Border Color

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

This div border color is #3498ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3498ef


Comments

No comments written yet.

Please login to write comment.