Color Hex Logo

#2679dd Color Hex

#2679DD
(38,121,221)
0 Favorites   0 Comments

Color spaces of #2679dd

RGB 38121221
HSL0.590.730.51
HSV213°83°87°
CMYK 0.830.450.00   0.13
XYZ20.687819.307371.0429
Yxy19.30730.18630.1739
Hunter Lab43.94017.1460-65.1028
CIE-Lab51.044811.7797-57.8725

#2679dd color RGB value is (38,121,221).

#2679dd hex color red value is 38, green value is 121 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2679dd hue: 0.59 , saturation: 0.73 and the lightness value of 2679dd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01111001 11011101
Octal 46 171 335
Decimal 38 121 221
Hex 26 79 DD

RGB Percentages of Color #2679dd

%10.00
%31.84
%58.16

CMYK Percentages of Color #2679dd

%83
%45
%0
%13

Triadic Colors of #2679dd

#2679dd #dd2679 #79dd26

Analogous Colors of #2679dd

#2679dd #2e26dd #26d5dd

Monochromatic Colors of #2679dd

#2679dd

Complementary Color

#2679dd #dd8a26

#2679dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2679dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2679dd Color CSS Codes

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

#2679dd Text Font Color

<p style="color:#2679dd">Text here</p>

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


#2679dd Background Color

<div style="background-color:#2679dd">
Div content here</div>

This div background color is #2679dd


#2679dd Border Color

<div style="border:3px solid #2679dd">
Div here</div>

This div border color is #2679dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,121,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2679dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2679dd;
  -webkit-box-shadow: 1px 1px 3px 2px #2679dd;
  box-shadow:         1px 1px 3px 2px #2679dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2679dd


Comments

No comments written yet.

Please login to write comment.