Color Hex Logo

#4cb3ec Color Hex

#4CB3EC
(76,179,236)
0 Favorites   0 Comments

Color spaces of #4cb3ec

RGB 76179236
HSL0.560.810.61
HSV201°68°93°
CMYK 0.680.240.00   0.07
XYZ34.240939.832885.2407
Yxy39.83280.21490.2500
Hunter Lab63.1132-13.6063-35.8978
CIE-Lab69.3503-12.1167-37.1728

#4cb3ec color RGB value is (76,179,236).

#4cb3ec hex color red value is 76, green value is 179 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4cb3ec hue: 0.56 , saturation: 0.81 and the lightness value of 4cb3ec is 0.61.

The process color (four color CMYK) of #4cb3ec color hex is 0.68, 0.24, 0.00, 0.07. Web safe color of #4cb3ec is #33ccff. Color #4cb3ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10110011 11101100
Octal 114 263 354
Decimal 76 179 236
Hex 4C B3 EC

RGB Percentages of Color #4cb3ec

%15.48
%36.46
%48.07

CMYK Percentages of Color #4cb3ec

%68
%24
%0
%7

Triadic Colors of #4cb3ec

#4cb3ec #ec4cb3 #b3ec4c

Analogous Colors of #4cb3ec

#4cb3ec #4c63ec #4cecd5

Monochromatic Colors of #4cb3ec

#4cb3ec

Complementary Color

#4cb3ec #ec854c

#4cb3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cb3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cb3ec Color CSS Codes

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

#4cb3ec Text Font Color

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

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


#4cb3ec Background Color

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

This div background color is #4cb3ec


#4cb3ec Border Color

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

This div border color is #4cb3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cb3ec


Comments

No comments written yet.

Please login to write comment.