Color Hex Logo

#4bcabf Color Hex

#4BCABF
(75,202,191)
0 Favorites   0 Comments

Color spaces of #4bcabf

RGB 75202191
HSL0.490.550.54
HSV175°63°79°
CMYK 0.630.000.05   0.21
XYZ33.426247.498556.6966
Yxy47.49850.24290.3451
Hunter Lab68.9192-34.0350-0.5317
CIE-Lab74.5075-37.1905-4.8549

#4bcabf color RGB value is (75,202,191).

#4bcabf hex color red value is 75, green value is 202 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4bcabf hue: 0.49 , saturation: 0.55 and the lightness value of 4bcabf is 0.54.

The process color (four color CMYK) of #4bcabf color hex is 0.63, 0.00, 0.05, 0.21. Web safe color of #4bcabf is #33cccc. Color #4bcabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001010 10111111
Octal 113 312 277
Decimal 75 202 191
Hex 4B CA BF

RGB Percentages of Color #4bcabf

%16.03
%43.16
%40.81

CMYK Percentages of Color #4bcabf

%63
%0
%5
%21

Triadic Colors of #4bcabf

#4bcabf #bf4bca #cabf4b

Analogous Colors of #4bcabf

#4bcabf #4b96ca #4bca80

Monochromatic Colors of #4bcabf

#4bcabf

Complementary Color

#4bcabf #ca4b56

#4bcabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcabf Color CSS Codes

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

#4bcabf Text Font Color

<p style="color:#4bcabf">Text here</p>

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


#4bcabf Background Color

<div style="background-color:#4bcabf">
Div content here</div>

This div background color is #4bcabf


#4bcabf Border Color

<div style="border:3px solid #4bcabf">
Div here</div>

This div border color is #4bcabf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,202,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcabf


Comments

No comments written yet.

Please login to write comment.