Color Hex Logo

#2db2eb Color Hex

#2DB2EB
(45,178,235)
0 Favorites   0 Comments

Color spaces of #2db2eb

RGB 45178235
HSL0.550.830.55
HSV198°81°92°
CMYK 0.810.240.00   0.08
XYZ31.998038.396884.3221
Yxy38.39680.20680.2482
Hunter Lab61.9652-16.2639-37.3062
CIE-Lab68.3121-15.5858-38.2983

#2db2eb color RGB value is (45,178,235).

#2db2eb hex color red value is 45, green value is 178 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2db2eb hue: 0.55 , saturation: 0.83 and the lightness value of 2db2eb is 0.55.

The process color (four color CMYK) of #2db2eb color hex is 0.81, 0.24, 0.00, 0.08. Web safe color of #2db2eb is #3399ff. Color #2db2eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 10110010 11101011
Octal 55 262 353
Decimal 45 178 235
Hex 2D B2 EB

RGB Percentages of Color #2db2eb

%9.83
%38.86
%51.31

CMYK Percentages of Color #2db2eb

%81
%24
%0
%8

Triadic Colors of #2db2eb

#2db2eb #eb2db2 #b2eb2d

Analogous Colors of #2db2eb

#2db2eb #2d53eb #2debc5

Monochromatic Colors of #2db2eb

#2db2eb

Complementary Color

#2db2eb #eb662d

#2db2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2db2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2db2eb Color CSS Codes

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

#2db2eb Text Font Color

<p style="color:#2db2eb">Text here</p>

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


#2db2eb Background Color

<div style="background-color:#2db2eb">
Div content here</div>

This div background color is #2db2eb


#2db2eb Border Color

<div style="border:3px solid #2db2eb">
Div here</div>

This div border color is #2db2eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(45,178,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2db2eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2db2eb;
  -webkit-box-shadow: 1px 1px 3px 2px #2db2eb;
  box-shadow:         1px 1px 3px 2px #2db2eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(45,178,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2db2eb


Comments

No comments written yet.

Please login to write comment.