Color Hex Logo

#2696ec Color Hex

#2696EC
(38,150,236)
0 Favorites   0 Comments

Color spaces of #2696ec

RGB 38150236
HSL0.570.840.54
HSV206°84°93°
CMYK 0.840.360.00   0.07
XYZ26.846028.280983.4007
Yxy28.28090.19380.2042
Hunter Lab53.1798-2.9550-55.7574
CIE-Lab60.1417-0.1390-51.7137

#2696ec color RGB value is (38,150,236).

#2696ec hex color red value is 38, green value is 150 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #2696ec hue: 0.57 , saturation: 0.84 and the lightness value of 2696ec is 0.54.

The process color (four color CMYK) of #2696ec color hex is 0.84, 0.36, 0.00, 0.07. Web safe color of #2696ec is #3399ff. Color #2696ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 10010110 11101100
Octal 46 226 354
Decimal 38 150 236
Hex 26 96 EC

RGB Percentages of Color #2696ec

%8.96
%35.38
%55.66

CMYK Percentages of Color #2696ec

%84
%36
%0
%7

Triadic Colors of #2696ec

#2696ec #ec2696 #96ec26

Analogous Colors of #2696ec

#2696ec #2633ec #26ecdf

Monochromatic Colors of #2696ec

#2696ec

Complementary Color

#2696ec #ec7c26

#2696ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2696ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#2696ec Color CSS Codes

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

#2696ec Text Font Color

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

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


#2696ec Background Color

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

This div background color is #2696ec


#2696ec Border Color

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

This div border color is #2696ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2696ec


Comments

No comments written yet.

Please login to write comment.