Color Hex Logo

#4cabb3 Color Hex

#4CABB3
(76,171,179)
0 Favorites   0 Comments

Color spaces of #4cabb3

RGB 76171179
HSL0.510.400.50
HSV185°58°70°
CMYK 0.580.040.00   0.30
XYZ25.680133.917047.8410
Yxy33.91700.23900.3157
Hunter Lab58.2383-23.2077-7.9381
CIE-Lab64.8966-25.4541-12.5696

#4cabb3 color RGB value is (76,171,179).

#4cabb3 hex color red value is 76, green value is 171 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #4cabb3 hue: 0.51 , saturation: 0.40 and the lightness value of 4cabb3 is 0.50.

The process color (four color CMYK) of #4cabb3 color hex is 0.58, 0.04, 0.00, 0.30. Web safe color of #4cabb3 is #3399cc. Color #4cabb3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101011 10110011
Octal 114 253 263
Decimal 76 171 179
Hex 4C AB B3

RGB Percentages of Color #4cabb3

%17.84
%40.14
%42.02

CMYK Percentages of Color #4cabb3

%58
%4
%0
%30

Triadic Colors of #4cabb3

#4cabb3 #b34cab #abb34c

Analogous Colors of #4cabb3

#4cabb3 #4c78b3 #4cb388

Monochromatic Colors of #4cabb3

#4cabb3

Complementary Color

#4cabb3 #b3544c

#4cabb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cabb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cabb3 Color CSS Codes

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

#4cabb3 Text Font Color

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

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


#4cabb3 Background Color

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

This div background color is #4cabb3


#4cabb3 Border Color

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

This div border color is #4cabb3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,171,179, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4cabb3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4cabb3;
  -webkit-box-shadow: 1px 1px 3px 2px #4cabb3;
  box-shadow:         1px 1px 3px 2px #4cabb3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,171,179, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cabb3


Comments

No comments written yet.

Please login to write comment.