Color Hex Logo

#2ccaff Color Hex

#2CCAFF
(44,202,255)
0 Favorites   0 Comments

Color spaces of #2ccaff

RGB 44202255
HSL0.541.000.59
HSV195°83°100°
CMYK 0.830.210.00   0.00
XYZ40.209249.9965102.1388
Yxy49.99650.20900.2599
Hunter Lab70.7082-22.2329-36.1493
CIE-Lab76.0671-21.4945-37.0460

#2ccaff color RGB value is (44,202,255).

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

The process color (four color CMYK) of #2ccaff color hex is 0.83, 0.21, 0.00, 0.00. Web safe color of #2ccaff is #33ccff. Color #2ccaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 11001010 11111111
Octal 54 312 377
Decimal 44 202 255
Hex 2C CA FF

RGB Percentages of Color #2ccaff

%8.78
%40.32
%50.90

CMYK Percentages of Color #2ccaff

%83
%21
%0
%0

Triadic Colors of #2ccaff

#2ccaff #ff2cca #caff2c

Analogous Colors of #2ccaff

#2ccaff #2c61ff #2cffcb

Monochromatic Colors of #2ccaff

#2ccaff

Complementary Color

#2ccaff #ff612c

#2ccaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ccaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ccaff Color CSS Codes

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

#2ccaff Text Font Color

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

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


#2ccaff Background Color

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

This div background color is #2ccaff


#2ccaff Border Color

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

This div border color is #2ccaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ccaff

Related Colors


Comments

No comments written yet.

Please login to write comment.