Color Hex Logo

#4cacee Color Hex

#4CACEE
(76,172,238)
0 Favorites   0 Comments

Color spaces of #4cacee

RGB 76172238
HSL0.570.830.62
HSV204°68°93°
CMYK 0.680.280.00   0.07
XYZ33.165637.214686.3240
Yxy37.21460.21160.2375
Hunter Lab61.0038-9.7124-41.1963
CIE-Lab67.4377-7.6369-41.2479

#4cacee color RGB value is (76,172,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101100 11101110
Octal 114 254 356
Decimal 76 172 238
Hex 4C AC EE

RGB Percentages of Color #4cacee

%15.64
%35.39
%48.97

CMYK Percentages of Color #4cacee

%68
%28
%0
%7

Triadic Colors of #4cacee

#4cacee #ee4cac #acee4c

Analogous Colors of #4cacee

#4cacee #4c5bee #4ceedf

Monochromatic Colors of #4cacee

#4cacee

Complementary Color

#4cacee #ee8e4c

#4cacee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cacee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cacee Color CSS Codes

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

#4cacee Text Font Color

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

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


#4cacee Background Color

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

This div background color is #4cacee


#4cacee Border Color

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

This div border color is #4cacee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cacee


Comments

No comments written yet.

Please login to write comment.