Color Hex Logo

#2676de Color Hex

#2676DE
(38,118,222)
0 Favorites   0 Comments

Color spaces of #2676de

RGB 38118222
HSL0.590.740.51
HSV214°83°87°
CMYK 0.830.470.00   0.13
XYZ20.462618.642971.6272
Yxy18.64290.18480.1684
Hunter Lab43.17749.0340-68.1322
CIE-Lab50.266814.0380-59.6882

#2676de color RGB value is (38,118,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01110110 11011110
Octal 46 166 336
Decimal 38 118 222
Hex 26 76 DE

RGB Percentages of Color #2676de

%10.05
%31.22
%58.73

CMYK Percentages of Color #2676de

%83
%47
%0
%13

Triadic Colors of #2676de

#2676de #de2676 #76de26

Analogous Colors of #2676de

#2676de #3226de #26d2de

Monochromatic Colors of #2676de

#2676de

Complementary Color

#2676de #de8e26

#2676de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2676de Color Preview on White Background

Lorem ipsum dolor sit amet.

#2676de Color CSS Codes

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

#2676de Text Font Color

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

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


#2676de Background Color

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

This div background color is #2676de


#2676de Border Color

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

This div border color is #2676de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2676de


Comments

No comments written yet.

Please login to write comment.