Color Hex Logo

#2db9fd Color Hex

#2DB9FD
(45,185,253)
0 Favorites   0 Comments

Color spaces of #2db9fd

RGB 45185253
HSL0.550.980.58
HSV200°82°99°
CMYK 0.820.270.00   0.01
XYZ36.160842.347799.1965
Yxy42.34770.20350.2383
Hunter Lab65.0751-14.6929-44.8255
CIE-Lab71.1100-13.1728-43.6944

#2db9fd color RGB value is (45,185,253).

#2db9fd hex color red value is 45, green value is 185 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #2db9fd hue: 0.55 , saturation: 0.98 and the lightness value of 2db9fd is 0.58.

The process color (four color CMYK) of #2db9fd color hex is 0.82, 0.27, 0.00, 0.01. Web safe color of #2db9fd is #33ccff. Color #2db9fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 10111001 11111101
Octal 55 271 375
Decimal 45 185 253
Hex 2D B9 FD

RGB Percentages of Color #2db9fd

%9.32
%38.30
%52.38

CMYK Percentages of Color #2db9fd

%82
%27
%0
%1

Triadic Colors of #2db9fd

#2db9fd #fd2db9 #b9fd2d

Analogous Colors of #2db9fd

#2db9fd #2d51fd #2dfdd9

Monochromatic Colors of #2db9fd

#2db9fd

Complementary Color

#2db9fd #fd712d

#2db9fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2db9fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2db9fd Color CSS Codes

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

#2db9fd Text Font Color

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

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


#2db9fd Background Color

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

This div background color is #2db9fd


#2db9fd Border Color

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

This div border color is #2db9fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2db9fd


Comments

No comments written yet.

Please login to write comment.