Color Hex Logo

#2ccedd Color Hex

#2CCEDD
(44,206,221)
0 Favorites   0 Comments

Color spaces of #2ccedd

RGB 44206221
HSL0.510.720.52
HSV185°80°87°
CMYK 0.800.070.00   0.13
XYZ36.161249.898576.1321
Yxy49.89850.22300.3077
Hunter Lab70.6389-32.2409-14.4535
CIE-Lab76.0069-34.2789-18.8814

#2ccedd color RGB value is (44,206,221).

#2ccedd hex color red value is 44, green value is 206 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2ccedd hue: 0.51 , saturation: 0.72 and the lightness value of 2ccedd is 0.52.

The process color (four color CMYK) of #2ccedd color hex is 0.80, 0.07, 0.00, 0.13. Web safe color of #2ccedd is #33cccc. Color #2ccedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 11001110 11011101
Octal 54 316 335
Decimal 44 206 221
Hex 2C CE DD

RGB Percentages of Color #2ccedd

%9.34
%43.74
%46.92

CMYK Percentages of Color #2ccedd

%80
%7
%0
%13

Triadic Colors of #2ccedd

#2ccedd #dd2cce #cedd2c

Analogous Colors of #2ccedd

#2ccedd #2c76dd #2cdd94

Monochromatic Colors of #2ccedd

#2ccedd

Complementary Color

#2ccedd #dd3b2c

#2ccedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ccedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ccedd Color CSS Codes

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

#2ccedd Text Font Color

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

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


#2ccedd Background Color

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

This div background color is #2ccedd


#2ccedd Border Color

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

This div border color is #2ccedd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(44,206,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2ccedd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2ccedd;
  -webkit-box-shadow: 1px 1px 3px 2px #2ccedd;
  box-shadow:         1px 1px 3px 2px #2ccedd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,206,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ccedd


Comments

No comments written yet.

Please login to write comment.