Color Hex Logo

#2beccc Color Hex

#2BECCC
(43,236,204)
0 Favorites   0 Comments

Color spaces of #2beccc

RGB 43236204
HSL0.470.840.55
HSV170°82°93°
CMYK 0.820.000.14   0.07
XYZ41.890864.864167.4389
Yxy64.86410.24050.3724
Hunter Lab80.5383-48.09786.7302
CIE-Lab84.4137-52.30982.6444

#2beccc color RGB value is (43,236,204).

#2beccc hex color red value is 43, green value is 236 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2beccc hue: 0.47 , saturation: 0.84 and the lightness value of 2beccc is 0.55.

The process color (four color CMYK) of #2beccc color hex is 0.82, 0.00, 0.14, 0.07. Web safe color of #2beccc is #33ffcc. Color #2beccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 11101100 11001100
Octal 53 354 314
Decimal 43 236 204
Hex 2B EC CC

RGB Percentages of Color #2beccc

%8.90
%48.86
%42.24

CMYK Percentages of Color #2beccc

%82
%0
%14
%7

Triadic Colors of #2beccc

#2beccc #cc2bec #eccc2b

Analogous Colors of #2beccc

#2beccc #2bacec #2bec6c

Monochromatic Colors of #2beccc

#2beccc

Complementary Color

#2beccc #ec2b4b

#2beccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2beccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2beccc Color CSS Codes

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

#2beccc Text Font Color

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

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


#2beccc Background Color

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

This div background color is #2beccc


#2beccc Border Color

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

This div border color is #2beccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2beccc


Comments

No comments written yet.

Please login to write comment.