Color Hex Logo

#4cafbc Color Hex

#4CAFBC
(76,175,188)
0 Favorites   0 Comments

Color spaces of #4cafbc

RGB 76175188
HSL0.520.460.52
HSV187°60°74°
CMYK 0.600.070.00   0.26
XYZ27.387635.827353.0488
Yxy35.82730.23560.3082
Hunter Lab59.8559-23.0736-10.6481
CIE-Lab66.3878-24.8704-15.3269

#4cafbc color RGB value is (76,175,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101111 10111100
Octal 114 257 274
Decimal 76 175 188
Hex 4C AF BC

RGB Percentages of Color #4cafbc

%17.31
%39.86
%42.82

CMYK Percentages of Color #4cafbc

%60
%7
%0
%26

Triadic Colors of #4cafbc

#4cafbc #bc4caf #afbc4c

Analogous Colors of #4cafbc

#4cafbc #4c77bc #4cbc91

Monochromatic Colors of #4cafbc

#4cafbc

Complementary Color

#4cafbc #bc594c

#4cafbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cafbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cafbc Color CSS Codes

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

#4cafbc Text Font Color

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

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


#4cafbc Background Color

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

This div background color is #4cafbc


#4cafbc Border Color

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

This div border color is #4cafbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cafbc


Comments

No comments written yet.

Please login to write comment.