Color Hex Logo

#2695ec Color Hex

#2695EC
(38,149,236)
0 Favorites   0 Comments

Color spaces of #2695ec

RGB 38149236
HSL0.570.840.54
HSV206°84°93°
CMYK 0.840.370.00   0.07
XYZ26.687127.963183.3477
Yxy27.96310.19340.2026
Hunter Lab52.8801-2.4564-56.4346
CIE-Lab59.85540.4464-52.1685

#2695ec color RGB value is (38,149,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 10010101 11101100
Octal 46 225 354
Decimal 38 149 236
Hex 26 95 EC

RGB Percentages of Color #2695ec

%8.98
%35.22
%55.79

CMYK Percentages of Color #2695ec

%84
%37
%0
%7

Triadic Colors of #2695ec

#2695ec #ec2695 #95ec26

Analogous Colors of #2695ec

#2695ec #2632ec #26ece0

Monochromatic Colors of #2695ec

#2695ec

Complementary Color

#2695ec #ec7d26

#2695ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2695ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#2695ec Color CSS Codes

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

#2695ec Text Font Color

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

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


#2695ec Background Color

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

This div background color is #2695ec


#2695ec Border Color

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

This div border color is #2695ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2695ec


Comments

No comments written yet.

Please login to write comment.