Color Hex Logo

#2693dc Color Hex

#2693DC
(38,147,220)
0 Favorites   0 Comments

Color spaces of #2693dc

RGB 38147220
HSL0.570.720.51
HSV204°83°86°
CMYK 0.830.330.00   0.14
XYZ24.151326.446871.5420
Yxy26.44680.19770.2165
Hunter Lab51.4265-6.1677-46.4829
CIE-Lab58.4587-4.2507-45.4951

#2693dc color RGB value is (38,147,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 10010011 11011100
Octal 46 223 334
Decimal 38 147 220
Hex 26 93 DC

RGB Percentages of Color #2693dc

%9.38
%36.30
%54.32

CMYK Percentages of Color #2693dc

%83
%33
%0
%14

Triadic Colors of #2693dc

#2693dc #dc2693 #93dc26

Analogous Colors of #2693dc

#2693dc #2638dc #26dcca

Monochromatic Colors of #2693dc

#2693dc

Complementary Color

#2693dc #dc6f26

#2693dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2693dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2693dc Color CSS Codes

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

#2693dc Text Font Color

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

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


#2693dc Background Color

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

This div background color is #2693dc


#2693dc Border Color

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

This div border color is #2693dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2693dc


Comments

No comments written yet.

Please login to write comment.