Color Hex Logo

#4cabec Color Hex

#4CABEC
(76,171,236)
0 Favorites   0 Comments

Color spaces of #4cabec

RGB 76171236
HSL0.570.810.61
HSV204°68°93°
CMYK 0.680.280.00   0.07
XYZ32.683736.718484.7216
Yxy36.71840.21210.2382
Hunter Lab60.5957-9.7644-40.4790
CIE-Lab67.0652-7.7445-40.7376

#4cabec color RGB value is (76,171,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101011 11101100
Octal 114 253 354
Decimal 76 171 236
Hex 4C AB EC

RGB Percentages of Color #4cabec

%15.73
%35.40
%48.86

CMYK Percentages of Color #4cabec

%68
%28
%0
%7

Triadic Colors of #4cabec

#4cabec #ec4cab #abec4c

Analogous Colors of #4cabec

#4cabec #4c5bec #4cecdd

Monochromatic Colors of #4cabec

#4cabec

Complementary Color

#4cabec #ec8d4c

#4cabec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cabec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cabec Color CSS Codes

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

#4cabec Text Font Color

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

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


#4cabec Background Color

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

This div background color is #4cabec


#4cabec Border Color

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

This div border color is #4cabec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,171,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 #4cabec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cabec


Comments

No comments written yet.

Please login to write comment.