Color Hex Logo

#3698ad Color Hex

#3698AD
(54,152,173)
0 Favorites   0 Comments

Color spaces of #3698ad

RGB 54152173
HSL0.530.520.45
HSV191°69°68°
CMYK 0.690.120.00   0.32
XYZ20.292426.257943.5339
Yxy26.25790.22530.2915
Hunter Lab51.2425-18.9870-14.5011
CIE-Lab58.2810-21.3395-19.2687

#3698ad color RGB value is (54,152,173).

#3698ad hex color red value is 54, green value is 152 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3698ad hue: 0.53 , saturation: 0.52 and the lightness value of 3698ad is 0.45.

The process color (four color CMYK) of #3698ad color hex is 0.69, 0.12, 0.00, 0.32. Web safe color of #3698ad is #339999. Color #3698ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10011000 10101101
Octal 66 230 255
Decimal 54 152 173
Hex 36 98 AD

RGB Percentages of Color #3698ad

%14.25
%40.11
%45.65

CMYK Percentages of Color #3698ad

%69
%12
%0
%32

Triadic Colors of #3698ad

#3698ad #ad3698 #98ad36

Analogous Colors of #3698ad

#3698ad #365dad #36ad87

Monochromatic Colors of #3698ad

#3698ad

Complementary Color

#3698ad #ad4b36

#3698ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3698ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3698ad Color CSS Codes

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

#3698ad Text Font Color

<p style="color:#3698ad">Text here</p>

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


#3698ad Background Color

<div style="background-color:#3698ad">
Div content here</div>

This div background color is #3698ad


#3698ad Border Color

<div style="border:3px solid #3698ad">
Div here</div>

This div border color is #3698ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,152,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3698ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3698ad;
  -webkit-box-shadow: 1px 1px 3px 2px #3698ad;
  box-shadow:         1px 1px 3px 2px #3698ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3698ad


Comments

No comments written yet.

Please login to write comment.