Color Hex Logo

#4ca3be Color Hex

#4CA3BE
(76,163,190)
0 Favorites   0 Comments

Color spaces of #4ca3be

RGB 76163190
HSL0.540.470.52
HSV194°60°75°
CMYK 0.600.140.00   0.25
XYZ25.371931.448653.4481
Yxy31.44860.23010.2852
Hunter Lab56.0791-17.3794-17.2531
CIE-Lab62.8845-18.0795-21.7609

#4ca3be color RGB value is (76,163,190).

#4ca3be hex color red value is 76, green value is 163 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4ca3be hue: 0.54 , saturation: 0.47 and the lightness value of 4ca3be is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10100011 10111110
Octal 114 243 276
Decimal 76 163 190
Hex 4C A3 BE

RGB Percentages of Color #4ca3be

%17.72
%38.00
%44.29

CMYK Percentages of Color #4ca3be

%60
%14
%0
%25

Triadic Colors of #4ca3be

#4ca3be #be4ca3 #a3be4c

Analogous Colors of #4ca3be

#4ca3be #4c6abe #4cbea0

Monochromatic Colors of #4ca3be

#4ca3be

Complementary Color

#4ca3be #be674c

#4ca3be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ca3be Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ca3be Color CSS Codes

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

#4ca3be Text Font Color

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

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


#4ca3be Background Color

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

This div background color is #4ca3be


#4ca3be Border Color

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

This div border color is #4ca3be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ca3be


Comments

No comments written yet.

Please login to write comment.