Color Hex Logo

#2689dd Color Hex

#2689DD
(38,137,221)
0 Favorites   0 Comments

Color spaces of #2689dd

RGB 38137221
HSL0.580.730.51
HSV208°83°87°
CMYK 0.830.380.00   0.13
XYZ22.796123.523871.7457
Yxy23.52380.19310.1992
Hunter Lab48.5013-0.9806-53.7539
CIE-Lab55.60781.9999-50.5754

#2689dd color RGB value is (38,137,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 10001001 11011101
Octal 46 211 335
Decimal 38 137 221
Hex 26 89 DD

RGB Percentages of Color #2689dd

%9.60
%34.60
%55.81

CMYK Percentages of Color #2689dd

%83
%38
%0
%13

Triadic Colors of #2689dd

#2689dd #dd2689 #89dd26

Analogous Colors of #2689dd

#2689dd #262edd #26ddd6

Monochromatic Colors of #2689dd

#2689dd

Complementary Color

#2689dd #dd7a26

#2689dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2689dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2689dd Color CSS Codes

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

#2689dd Text Font Color

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

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


#2689dd Background Color

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

This div background color is #2689dd


#2689dd Border Color

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

This div border color is #2689dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2689dd


Comments

No comments written yet.

Please login to write comment.