Color Hex Logo

#2dafdb Color Hex

#2DAFDB
(45,175,219)
0 Favorites   0 Comments

Color spaces of #2dafdb

RGB 45175219
HSL0.540.710.52
HSV195°79°86°
CMYK 0.790.200.00   0.14
XYZ29.198336.332372.4918
Yxy36.33230.21150.2632
Hunter Lab60.2763-19.0167-29.1122
CIE-Lab66.7730-19.4079-31.9262

#2dafdb color RGB value is (45,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101101 10101111 11011011
Octal 55 257 333
Decimal 45 175 219
Hex 2D AF DB

RGB Percentages of Color #2dafdb

%10.25
%39.86
%49.89

CMYK Percentages of Color #2dafdb

%79
%20
%0
%14

Triadic Colors of #2dafdb

#2dafdb #db2daf #afdb2d

Analogous Colors of #2dafdb

#2dafdb #2d58db #2ddbb0

Monochromatic Colors of #2dafdb

#2dafdb

Complementary Color

#2dafdb #db592d

#2dafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dafdb Color CSS Codes

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

#2dafdb Text Font Color

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

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


#2dafdb Background Color

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

This div background color is #2dafdb


#2dafdb Border Color

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

This div border color is #2dafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dafdb


Comments

No comments written yet.

Please login to write comment.