Color Hex Logo

#4cabbd Color Hex

#4CABBD
(76,171,189)
0 Favorites   0 Comments

Color spaces of #4cabbd

RGB 76171189
HSL0.530.460.52
HSV190°60°74°
CMYK 0.600.100.00   0.26
XYZ26.728734.336453.3630
Yxy34.33640.23360.3001
Hunter Lab58.5973-21.1238-12.9758
CIE-Lab65.2287-22.5444-17.6354

#4cabbd color RGB value is (76,171,189).

#4cabbd hex color red value is 76, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4cabbd hue: 0.53 , saturation: 0.46 and the lightness value of 4cabbd is 0.52.

The process color (four color CMYK) of #4cabbd color hex is 0.60, 0.10, 0.00, 0.26. Web safe color of #4cabbd is #3399cc. Color #4cabbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101011 10111101
Octal 114 253 275
Decimal 76 171 189
Hex 4C AB BD

RGB Percentages of Color #4cabbd

%17.43
%39.22
%43.35

CMYK Percentages of Color #4cabbd

%60
%10
%0
%26

Triadic Colors of #4cabbd

#4cabbd #bd4cab #abbd4c

Analogous Colors of #4cabbd

#4cabbd #4c73bd #4cbd97

Monochromatic Colors of #4cabbd

#4cabbd

Complementary Color

#4cabbd #bd5e4c

#4cabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cabbd Color CSS Codes

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

#4cabbd Text Font Color

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

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


#4cabbd Background Color

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

This div background color is #4cabbd


#4cabbd Border Color

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

This div border color is #4cabbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cabbd


Comments

No comments written yet.

Please login to write comment.