Color Hex Logo

#2dd4ff Color Hex

#2DD4FF
(45,212,255)
3 Favorites   0 Comments

Color spaces of #2dd4ff

RGB 45212255
HSL0.531.000.59
HSV192°82°100°
CMYK 0.820.170.00   0.00
XYZ42.675754.8649102.9485
Yxy54.86490.21290.2737
Hunter Lab74.0708-26.7817-30.5555
CIE-Lab78.9634-26.4555-32.5684

#2dd4ff color RGB value is (45,212,255).

#2dd4ff hex color red value is 45, green value is 212 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #2dd4ff hue: 0.53 , saturation: 1.00 and the lightness value of 2dd4ff is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 00101101 11010100 11111111
Octal 55 324 377
Decimal 45 212 255
Hex 2D D4 FF

RGB Percentages of Color #2dd4ff

%8.79
%41.41
%49.80

CMYK Percentages of Color #2dd4ff

%82
%17
%0
%0

Triadic Colors of #2dd4ff

#2dd4ff #ff2dd4 #d4ff2d

Analogous Colors of #2dd4ff

#2dd4ff #2d6bff #2dffc1

Monochromatic Colors of #2dd4ff

#2dd4ff

Complementary Color

#2dd4ff #ff582d

#2dd4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dd4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dd4ff Color CSS Codes

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

#2dd4ff Text Font Color

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

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


#2dd4ff Background Color

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

This div background color is #2dd4ff


#2dd4ff Border Color

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

This div border color is #2dd4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dd4ff


Comments

No comments written yet.

Please login to write comment.