Color Hex Logo

#2693db Color Hex

#2693DB
(38,147,219)
0 Favorites   0 Comments

Color spaces of #2693db

RGB 38147219
HSL0.570.720.50
HSV204°83°86°
CMYK 0.830.330.00   0.14
XYZ24.019226.394070.8464
Yxy26.39400.19810.2177
Hunter Lab51.3751-6.4530-45.7985
CIE-Lab58.4092-4.6154-45.0153

#2693db color RGB value is (38,147,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 10010011 11011011
Octal 46 223 333
Decimal 38 147 219
Hex 26 93 DB

RGB Percentages of Color #2693db

%9.41
%36.39
%54.21

CMYK Percentages of Color #2693db

%83
%33
%0
%14

Triadic Colors of #2693db

#2693db #db2693 #93db26

Analogous Colors of #2693db

#2693db #2638db #26dbc9

Monochromatic Colors of #2693db

#2693db

Complementary Color

#2693db #db6e26

#2693db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2693db Color Preview on White Background

Lorem ipsum dolor sit amet.

#2693db Color CSS Codes

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

#2693db Text Font Color

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

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


#2693db Background Color

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

This div background color is #2693db


#2693db Border Color

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

This div border color is #2693db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2693db


Comments

No comments written yet.

Please login to write comment.