Color Hex Logo

#2676ad Color Hex

#2676AD
(38,118,173)
0 Favorites   0 Comments

Color spaces of #2676ad

RGB 38118173
HSL0.570.640.41
HSV204°78°68°
CMYK 0.780.320.00   0.32
XYZ14.820616.386141.9169
Yxy16.38610.20270.2241
Hunter Lab40.4797-5.4865-33.0591
CIE-Lab47.4770-4.4880-36.0491

#2676ad color RGB value is (38,118,173).

#2676ad hex color red value is 38, green value is 118 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2676ad hue: 0.57 , saturation: 0.64 and the lightness value of 2676ad is 0.41.

The process color (four color CMYK) of #2676ad color hex is 0.78, 0.32, 0.00, 0.32. Web safe color of #2676ad is #336699. Color #2676ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01110110 10101101
Octal 46 166 255
Decimal 38 118 173
Hex 26 76 AD

RGB Percentages of Color #2676ad

%11.55
%35.87
%52.58

CMYK Percentages of Color #2676ad

%78
%32
%0
%32

Triadic Colors of #2676ad

#2676ad #ad2676 #76ad26

Analogous Colors of #2676ad

#2676ad #2633ad #26ada1

Monochromatic Colors of #2676ad

#2676ad

Complementary Color

#2676ad #ad5d26

#2676ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2676ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2676ad Color CSS Codes

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

#2676ad Text Font Color

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

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


#2676ad Background Color

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

This div background color is #2676ad


#2676ad Border Color

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

This div border color is #2676ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,118,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 #2676ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2676ad


Comments

No comments written yet.

Please login to write comment.