Color Hex Logo

#2ffccc Color Hex

#2FFCCC
(47,252,204)
0 Favorites   0 Comments

Color spaces of #2ffccc

RGB 47252204
HSL0.460.970.59
HSV166°81°99°
CMYK 0.810.000.19   0.01
XYZ46.881874.584869.0521
Yxy74.58480.24610.3915
Hunter Lab86.3625-54.235813.0478
CIE-Lab89.1981-58.38439.5448

#2ffccc color RGB value is (47,252,204).

#2ffccc hex color red value is 47, green value is 252 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2ffccc hue: 0.46 , saturation: 0.97 and the lightness value of 2ffccc is 0.59.

The process color (four color CMYK) of #2ffccc color hex is 0.81, 0.00, 0.19, 0.01. Web safe color of #2ffccc is #33ffcc. Color #2ffccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11111100 11001100
Octal 57 374 314
Decimal 47 252 204
Hex 2F FC CC

RGB Percentages of Color #2ffccc

%9.34
%50.10
%40.56

CMYK Percentages of Color #2ffccc

%81
%0
%19
%1

Triadic Colors of #2ffccc

#2ffccc #cc2ffc #fccc2f

Analogous Colors of #2ffccc

#2ffccc #2fc6fc #2ffc66

Monochromatic Colors of #2ffccc

#2ffccc

Complementary Color

#2ffccc #fc2f5f

#2ffccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ffccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ffccc Color CSS Codes

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

#2ffccc Text Font Color

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

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


#2ffccc Background Color

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

This div background color is #2ffccc


#2ffccc Border Color

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

This div border color is #2ffccc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,252,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2ffccc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2ffccc;
  -webkit-box-shadow: 1px 1px 3px 2px #2ffccc;
  box-shadow:         1px 1px 3px 2px #2ffccc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,252,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ffccc

Related Colors


Comments

No comments written yet.

Please login to write comment.