Color Hex Logo

#2cc5ee Color Hex

#2CC5EE
(44,197,238)
0 Favorites   0 Comments

Color spaces of #2cc5ee

RGB 44197238
HSL0.540.850.55
HSV193°82°93°
CMYK 0.820.170.00   0.07
XYZ36.437646.641087.9711
Yxy46.64100.21300.2727
Hunter Lab68.2942-24.2782-28.5666
CIE-Lab73.9595-24.5333-31.1732

#2cc5ee color RGB value is (44,197,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101100 11000101 11101110
Octal 54 305 356
Decimal 44 197 238
Hex 2C C5 EE

RGB Percentages of Color #2cc5ee

%9.19
%41.13
%49.69

CMYK Percentages of Color #2cc5ee

%82
%17
%0
%7

Triadic Colors of #2cc5ee

#2cc5ee #ee2cc5 #c5ee2c

Analogous Colors of #2cc5ee

#2cc5ee #2c64ee #2ceeb6

Monochromatic Colors of #2cc5ee

#2cc5ee

Complementary Color

#2cc5ee #ee552c

#2cc5ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2cc5ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2cc5ee Color CSS Codes

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

#2cc5ee Text Font Color

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

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


#2cc5ee Background Color

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

This div background color is #2cc5ee


#2cc5ee Border Color

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

This div border color is #2cc5ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,197,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 #2cc5ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2cc5ee


Comments

No comments written yet.

Please login to write comment.