Color Hex Logo

#4ab1cf Color Hex

#4AB1CF
(74,177,207)
0 Favorites   0 Comments

Color spaces of #4ab1cf

RGB 74177207
HSL0.540.580.55
HSV194°64°81°
CMYK 0.640.140.00   0.19
XYZ29.808737.405164.6803
Yxy37.40510.22600.2836
Hunter Lab61.1597-20.0302-19.8912
CIE-Lab67.5799-20.5507-24.0225

#4ab1cf color RGB value is (74,177,207).

#4ab1cf hex color red value is 74, green value is 177 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4ab1cf hue: 0.54 , saturation: 0.58 and the lightness value of 4ab1cf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10110001 11001111
Octal 112 261 317
Decimal 74 177 207
Hex 4A B1 CF

RGB Percentages of Color #4ab1cf

%16.16
%38.65
%45.20

CMYK Percentages of Color #4ab1cf

%64
%14
%0
%19

Triadic Colors of #4ab1cf

#4ab1cf #cf4ab1 #b1cf4a

Analogous Colors of #4ab1cf

#4ab1cf #4a6fcf #4acfab

Monochromatic Colors of #4ab1cf

#4ab1cf

Complementary Color

#4ab1cf #cf684a

#4ab1cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ab1cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ab1cf Color CSS Codes

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

#4ab1cf Text Font Color

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

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


#4ab1cf Background Color

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

This div background color is #4ab1cf


#4ab1cf Border Color

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

This div border color is #4ab1cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,177,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4ab1cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4ab1cf;
  -webkit-box-shadow: 1px 1px 3px 2px #4ab1cf;
  box-shadow:         1px 1px 3px 2px #4ab1cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,177,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ab1cf


Comments

No comments written yet.

Please login to write comment.