Color Hex Logo

#2675ab Color Hex

#2675AB
(38,117,171)
0 Favorites   0 Comments

Color spaces of #2675ab

RGB 38117171
HSL0.570.640.41
HSV204°78°67°
CMYK 0.780.320.00   0.33
XYZ14.511316.074940.8660
Yxy16.07490.20310.2250
Hunter Lab40.0935-5.5580-32.3669
CIE-Lab47.0726-4.6301-35.5201

#2675ab color RGB value is (38,117,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01110101 10101011
Octal 46 165 253
Decimal 38 117 171
Hex 26 75 AB

RGB Percentages of Color #2675ab

%11.66
%35.89
%52.45

CMYK Percentages of Color #2675ab

%78
%32
%0
%33

Triadic Colors of #2675ab

#2675ab #ab2675 #75ab26

Analogous Colors of #2675ab

#2675ab #2633ab #26ab9f

Monochromatic Colors of #2675ab

#2675ab

Complementary Color

#2675ab #ab5c26

#2675ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2675ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#2675ab Color CSS Codes

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

#2675ab Text Font Color

<p style="color:#2675ab">Text here</p>

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


#2675ab Background Color

<div style="background-color:#2675ab">
Div content here</div>

This div background color is #2675ab


#2675ab Border Color

<div style="border:3px solid #2675ab">
Div here</div>

This div border color is #2675ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,117,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2675ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2675ab;
  -webkit-box-shadow: 1px 1px 3px 2px #2675ab;
  box-shadow:         1px 1px 3px 2px #2675ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,117,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2675ab


Comments

No comments written yet.

Please login to write comment.