Color Hex Logo

#3898ec Color Hex

#3898EC
(56,152,236)
0 Favorites   0 Comments

Color spaces of #3898ec

RGB 56152236
HSL0.580.830.57
HSV208°76°93°
CMYK 0.760.360.00   0.07
XYZ27.999429.353483.5469
Yxy29.35340.19870.2083
Hunter Lab54.1788-2.5647-53.5036
CIE-Lab61.09230.3960-50.1816

#3898ec color RGB value is (56,152,236).

#3898ec hex color red value is 56, green value is 152 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3898ec hue: 0.58 , saturation: 0.83 and the lightness value of 3898ec is 0.57.

The process color (four color CMYK) of #3898ec color hex is 0.76, 0.36, 0.00, 0.07. Web safe color of #3898ec is #3399ff. Color #3898ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011000 11101100
Octal 70 230 354
Decimal 56 152 236
Hex 38 98 EC

RGB Percentages of Color #3898ec

%12.61
%34.23
%53.15

CMYK Percentages of Color #3898ec

%76
%36
%0
%7

Triadic Colors of #3898ec

#3898ec #ec3898 #98ec38

Analogous Colors of #3898ec

#3898ec #383eec #38ece6

Monochromatic Colors of #3898ec

#3898ec

Complementary Color

#3898ec #ec8c38

#3898ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3898ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3898ec Color CSS Codes

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

#3898ec Text Font Color

<p style="color:#3898ec">Text here</p>

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


#3898ec Background Color

<div style="background-color:#3898ec">
Div content here</div>

This div background color is #3898ec


#3898ec Border Color

<div style="border:3px solid #3898ec">
Div here</div>

This div border color is #3898ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,152,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3898ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3898ec;
  -webkit-box-shadow: 1px 1px 3px 2px #3898ec;
  box-shadow:         1px 1px 3px 2px #3898ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3898ec


Comments

No comments written yet.

Please login to write comment.