Color Hex Logo

#2696dc Color Hex

#2696DC
(38,150,220)
0 Favorites   0 Comments

Color spaces of #2696dc

RGB 38150220
HSL0.560.720.51
HSV203°83°86°
CMYK 0.830.320.00   0.14
XYZ24.623927.392171.6995
Yxy27.39210.19900.2214
Hunter Lab52.3375-7.6093-44.5879
CIE-Lab59.3355-5.9775-44.1110

#2696dc color RGB value is (38,150,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 10010110 11011100
Octal 46 226 334
Decimal 38 150 220
Hex 26 96 DC

RGB Percentages of Color #2696dc

%9.31
%36.76
%53.92

CMYK Percentages of Color #2696dc

%83
%32
%0
%14

Triadic Colors of #2696dc

#2696dc #dc2696 #96dc26

Analogous Colors of #2696dc

#2696dc #263bdc #26dcc7

Monochromatic Colors of #2696dc

#2696dc

Complementary Color

#2696dc #dc6c26

#2696dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2696dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2696dc Color CSS Codes

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

#2696dc Text Font Color

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

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


#2696dc Background Color

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

This div background color is #2696dc


#2696dc Border Color

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

This div border color is #2696dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2696dc


Comments

No comments written yet.

Please login to write comment.