Color Hex Logo

#4ca8c1 Color Hex

#4CA8C1
(76,168,193)
0 Favorites   0 Comments

Color spaces of #4ca8c1

RGB 76168193
HSL0.540.490.53
HSV193°61°76°
CMYK 0.610.130.00   0.24
XYZ26.608833.392055.4950
Yxy33.39200.23040.2891
Hunter Lab57.7858-18.9308-16.4895
CIE-Lab64.4771-19.7951-21.0039

#4ca8c1 color RGB value is (76,168,193).

#4ca8c1 hex color red value is 76, green value is 168 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #4ca8c1 hue: 0.54 , saturation: 0.49 and the lightness value of 4ca8c1 is 0.53.

The process color (four color CMYK) of #4ca8c1 color hex is 0.61, 0.13, 0.00, 0.24. Web safe color of #4ca8c1 is #3399cc. Color #4ca8c1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101000 11000001
Octal 114 250 301
Decimal 76 168 193
Hex 4C A8 C1

RGB Percentages of Color #4ca8c1

%17.39
%38.44
%44.16

CMYK Percentages of Color #4ca8c1

%61
%13
%0
%24

Triadic Colors of #4ca8c1

#4ca8c1 #c14ca8 #a8c14c

Analogous Colors of #4ca8c1

#4ca8c1 #4c6ec1 #4cc1a0

Monochromatic Colors of #4ca8c1

#4ca8c1

Complementary Color

#4ca8c1 #c1654c

#4ca8c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ca8c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ca8c1 Color CSS Codes

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

#4ca8c1 Text Font Color

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

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


#4ca8c1 Background Color

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

This div background color is #4ca8c1


#4ca8c1 Border Color

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

This div border color is #4ca8c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ca8c1


Comments

No comments written yet.

Please login to write comment.