Color Hex Logo

#4ca8dc Color Hex

#4CA8DC
(76,168,220)
0 Favorites   0 Comments

Color spaces of #4ca8dc

RGB 76168220
HSL0.560.670.58
HSV202°65°86°
CMYK 0.650.240.00   0.14
XYZ29.901434.709172.8337
Yxy34.70910.21760.2525
Hunter Lab58.9144-12.5045-32.0579
CIE-Lab65.5216-11.3269-34.3581

#4ca8dc color RGB value is (76,168,220).

#4ca8dc hex color red value is 76, green value is 168 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4ca8dc hue: 0.56 , saturation: 0.67 and the lightness value of 4ca8dc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101000 11011100
Octal 114 250 334
Decimal 76 168 220
Hex 4C A8 DC

RGB Percentages of Color #4ca8dc

%16.38
%36.21
%47.41

CMYK Percentages of Color #4ca8dc

%65
%24
%0
%14

Triadic Colors of #4ca8dc

#4ca8dc #dc4ca8 #a8dc4c

Analogous Colors of #4ca8dc

#4ca8dc #4c60dc #4cdcc8

Monochromatic Colors of #4ca8dc

#4ca8dc

Complementary Color

#4ca8dc #dc804c

#4ca8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ca8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ca8dc Color CSS Codes

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

#4ca8dc Text Font Color

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

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


#4ca8dc Background Color

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

This div background color is #4ca8dc


#4ca8dc Border Color

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

This div border color is #4ca8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ca8dc


Comments

No comments written yet.

Please login to write comment.