Color Hex Logo

#2682ad Color Hex

#2682AD
(38,130,173)
0 Favorites   0 Comments

Color spaces of #2682ad

RGB 38130173
HSL0.550.640.41
HSV199°78°68°
CMYK 0.780.250.00   0.32
XYZ16.324819.394542.4183
Yxy19.39450.20890.2482
Hunter Lab44.0392-10.9008-26.2804
CIE-Lab51.1456-11.4878-30.3017

#2682ad color RGB value is (38,130,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 10000010 10101101
Octal 46 202 255
Decimal 38 130 173
Hex 26 82 AD

RGB Percentages of Color #2682ad

%11.14
%38.12
%50.73

CMYK Percentages of Color #2682ad

%78
%25
%0
%32

Triadic Colors of #2682ad

#2682ad #ad2682 #82ad26

Analogous Colors of #2682ad

#2682ad #263fad #26ad95

Monochromatic Colors of #2682ad

#2682ad

Complementary Color

#2682ad #ad5126

#2682ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2682ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2682ad Color CSS Codes

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

#2682ad Text Font Color

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

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


#2682ad Background Color

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

This div background color is #2682ad


#2682ad Border Color

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

This div border color is #2682ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2682ad


Comments

No comments written yet.

Please login to write comment.