Color Hex Logo

#2676dc Color Hex

#2676DC
(38,118,220)
0 Favorites   0 Comments

Color spaces of #2676dc

RGB 38118220
HSL0.590.720.51
HSV214°83°86°
CMYK 0.830.460.00   0.14
XYZ20.196018.536270.2236
Yxy18.53620.18540.1701
Hunter Lab43.05378.3884-66.5686
CIE-Lab50.140113.2768-58.7629

#2676dc color RGB value is (38,118,220).

#2676dc hex color red value is 38, green value is 118 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #2676dc hue: 0.59 , saturation: 0.72 and the lightness value of 2676dc is 0.51.

The process color (four color CMYK) of #2676dc color hex is 0.83, 0.46, 0.00, 0.14. Web safe color of #2676dc is #3366cc. Color #2676dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01110110 11011100
Octal 46 166 334
Decimal 38 118 220
Hex 26 76 DC

RGB Percentages of Color #2676dc

%10.11
%31.38
%58.51

CMYK Percentages of Color #2676dc

%83
%46
%0
%14

Triadic Colors of #2676dc

#2676dc #dc2676 #76dc26

Analogous Colors of #2676dc

#2676dc #3126dc #26d1dc

Monochromatic Colors of #2676dc

#2676dc

Complementary Color

#2676dc #dc8c26

#2676dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2676dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2676dc Color CSS Codes

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

#2676dc Text Font Color

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

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


#2676dc Background Color

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

This div background color is #2676dc


#2676dc Border Color

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

This div border color is #2676dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2676dc


Comments

No comments written yet.

Please login to write comment.