Color Hex Logo

#2ddefb Color Hex

#2DDEFB
(45,222,251)
0 Favorites   0 Comments

Color spaces of #2ddefb

RGB 45222251
HSL0.520.960.58
HSV188°82°98°
CMYK 0.820.120.00   0.02
XYZ44.616159.7655100.4512
Yxy59.76550.21780.2918
Hunter Lab77.3081-32.2733-22.9234
CIE-Lab81.7106-32.5797-26.2316

#2ddefb color RGB value is (45,222,251).

#2ddefb hex color red value is 45, green value is 222 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #2ddefb hue: 0.52 , saturation: 0.96 and the lightness value of 2ddefb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00101101 11011110 11111011
Octal 55 336 373
Decimal 45 222 251
Hex 2D DE FB

RGB Percentages of Color #2ddefb

%8.69
%42.86
%48.46

CMYK Percentages of Color #2ddefb

%82
%12
%0
%2

Triadic Colors of #2ddefb

#2ddefb #fb2dde #defb2d

Analogous Colors of #2ddefb

#2ddefb #2d77fb #2dfbb1

Monochromatic Colors of #2ddefb

#2ddefb

Complementary Color

#2ddefb #fb4a2d

#2ddefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ddefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ddefb Color CSS Codes

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

#2ddefb Text Font Color

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

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


#2ddefb Background Color

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

This div background color is #2ddefb


#2ddefb Border Color

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

This div border color is #2ddefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ddefb


Comments

No comments written yet.

Please login to write comment.