Color Hex Logo

#4ca0da Color Hex

#4CA0DA
(76,160,218)
0 Favorites   0 Comments

Color spaces of #4ca0da

RGB 76160218
HSL0.570.660.58
HSV205°65°85°
CMYK 0.650.270.00   0.15
XYZ28.206231.740170.9695
Yxy31.74010.21550.2424
Hunter Lab56.3384-9.2248-35.2508
CIE-Lab63.1275-7.5595-36.9805

#4ca0da color RGB value is (76,160,218).

#4ca0da hex color red value is 76, green value is 160 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4ca0da hue: 0.57 , saturation: 0.66 and the lightness value of 4ca0da is 0.58.

The process color (four color CMYK) of #4ca0da color hex is 0.65, 0.27, 0.00, 0.15. Web safe color of #4ca0da is #3399cc. Color #4ca0da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10100000 11011010
Octal 114 240 332
Decimal 76 160 218
Hex 4C A0 DA

RGB Percentages of Color #4ca0da

%16.74
%35.24
%48.02

CMYK Percentages of Color #4ca0da

%65
%27
%0
%15

Triadic Colors of #4ca0da

#4ca0da #da4ca0 #a0da4c

Analogous Colors of #4ca0da

#4ca0da #4c59da #4cdacd

Monochromatic Colors of #4ca0da

#4ca0da

Complementary Color

#4ca0da #da864c

#4ca0da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ca0da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ca0da Color CSS Codes

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

#4ca0da Text Font Color

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

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


#4ca0da Background Color

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

This div background color is #4ca0da


#4ca0da Border Color

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

This div border color is #4ca0da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ca0da


Comments

No comments written yet.

Please login to write comment.