Color Hex Logo

#2cbeaf Color Hex

#2CBEAF
(44,190,175)
0 Favorites   0 Comments

Color spaces of #2cbeaf

RGB 44190175
HSL0.480.620.46
HSV174°77°75°
CMYK 0.770.000.08   0.25
XYZ27.190040.457546.9335
Yxy40.45750.23730.3531
Hunter Lab63.6062-35.00680.7757
CIE-Lab69.7941-40.3493-3.1581

#2cbeaf color RGB value is (44,190,175).

#2cbeaf hex color red value is 44, green value is 190 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2cbeaf hue: 0.48 , saturation: 0.62 and the lightness value of 2cbeaf is 0.46.

The process color (four color CMYK) of #2cbeaf color hex is 0.77, 0.00, 0.08, 0.25. Web safe color of #2cbeaf is #33cc99. Color #2cbeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 10111110 10101111
Octal 54 276 257
Decimal 44 190 175
Hex 2C BE AF

RGB Percentages of Color #2cbeaf

%10.76
%46.45
%42.79

CMYK Percentages of Color #2cbeaf

%77
%0
%8
%25

Triadic Colors of #2cbeaf

#2cbeaf #af2cbe #beaf2c

Analogous Colors of #2cbeaf

#2cbeaf #2c84be #2cbe66

Monochromatic Colors of #2cbeaf

#2cbeaf

Complementary Color

#2cbeaf #be2c3b

#2cbeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2cbeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2cbeaf Color CSS Codes

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

#2cbeaf Text Font Color

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

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


#2cbeaf Background Color

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

This div background color is #2cbeaf


#2cbeaf Border Color

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

This div border color is #2cbeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2cbeaf


Comments

No comments written yet.

Please login to write comment.