Color Hex Logo

#2ddbee Color Hex

#2DDBEE
(45,219,238)
0 Favorites   0 Comments

Color spaces of #2ddbee

RGB 45219238
HSL0.520.850.55
HSV186°81°93°
CMYK 0.810.080.00   0.07
XYZ41.846357.394089.7615
Yxy57.39400.22140.3037
Hunter Lab75.7588-33.9813-17.2175
CIE-Lab80.4007-35.1473-21.3230

#2ddbee color RGB value is (45,219,238).

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

The process color (four color CMYK) of #2ddbee color hex is 0.81, 0.08, 0.00, 0.07. Web safe color of #2ddbee is #33ccff. Color #2ddbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 11011011 11101110
Octal 55 333 356
Decimal 45 219 238
Hex 2D DB EE

RGB Percentages of Color #2ddbee

%8.96
%43.63
%47.41

CMYK Percentages of Color #2ddbee

%81
%8
%0
%7

Triadic Colors of #2ddbee

#2ddbee #ee2ddb #dbee2d

Analogous Colors of #2ddbee

#2ddbee #2d7bee #2deea1

Monochromatic Colors of #2ddbee

#2ddbee

Complementary Color

#2ddbee #ee402d

#2ddbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ddbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ddbee Color CSS Codes

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

#2ddbee Text Font Color

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

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


#2ddbee Background Color

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

This div background color is #2ddbee


#2ddbee Border Color

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

This div border color is #2ddbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ddbee


Comments

No comments written yet.

Please login to write comment.