Color Hex Logo

#4ca6ef Color Hex

#4CA6EF
(76,166,239)
0 Favorites   0 Comments

Color spaces of #4ca6ef

RGB 76166239
HSL0.570.840.62
HSV207°68°94°
CMYK 0.680.310.00   0.06
XYZ32.196735.040986.7280
Yxy35.04090.20910.2276
Hunter Lab59.1954-6.5047-45.4299
CIE-Lab65.7805-3.9554-44.3935

#4ca6ef color RGB value is (76,166,239).

#4ca6ef hex color red value is 76, green value is 166 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4ca6ef hue: 0.57 , saturation: 0.84 and the lightness value of 4ca6ef is 0.62.

The process color (four color CMYK) of #4ca6ef color hex is 0.68, 0.31, 0.00, 0.06. Web safe color of #4ca6ef is #3399ff. Color #4ca6ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10100110 11101111
Octal 114 246 357
Decimal 76 166 239
Hex 4C A6 EF

RGB Percentages of Color #4ca6ef

%15.80
%34.51
%49.69

CMYK Percentages of Color #4ca6ef

%68
%31
%0
%6

Triadic Colors of #4ca6ef

#4ca6ef #ef4ca6 #a6ef4c

Analogous Colors of #4ca6ef

#4ca6ef #4c55ef #4cefe7

Monochromatic Colors of #4ca6ef

#4ca6ef

Complementary Color

#4ca6ef #ef954c

#4ca6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ca6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ca6ef Color CSS Codes

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

#4ca6ef Text Font Color

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

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


#4ca6ef Background Color

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

This div background color is #4ca6ef


#4ca6ef Border Color

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

This div border color is #4ca6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ca6ef


Comments

No comments written yet.

Please login to write comment.