Color Hex Logo

#2daddb Color Hex

#2DADDB
(45,173,219)
0 Favorites   0 Comments

Color spaces of #2daddb

RGB 45173219
HSL0.540.710.52
HSV196°79°86°
CMYK 0.790.210.00   0.14
XYZ28.811935.559572.3630
Yxy35.55950.21070.2601
Hunter Lab59.6318-18.1110-30.2060
CIE-Lab66.1820-18.3549-32.8418

#2daddb color RGB value is (45,173,219).

#2daddb hex color red value is 45, green value is 173 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2daddb hue: 0.54 , saturation: 0.71 and the lightness value of 2daddb is 0.52.

The process color (four color CMYK) of #2daddb color hex is 0.79, 0.21, 0.00, 0.14. Web safe color of #2daddb is #3399cc. Color #2daddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 10101101 11011011
Octal 55 255 333
Decimal 45 173 219
Hex 2D AD DB

RGB Percentages of Color #2daddb

%10.30
%39.59
%50.11

CMYK Percentages of Color #2daddb

%79
%21
%0
%14

Triadic Colors of #2daddb

#2daddb #db2dad #addb2d

Analogous Colors of #2daddb

#2daddb #2d56db #2ddbb2

Monochromatic Colors of #2daddb

#2daddb

Complementary Color

#2daddb #db5b2d

#2daddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2daddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2daddb Color CSS Codes

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

#2daddb Text Font Color

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

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


#2daddb Background Color

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

This div background color is #2daddb


#2daddb Border Color

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

This div border color is #2daddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(45,173,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 #2daddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2daddb


Comments

No comments written yet.

Please login to write comment.