Color Hex Logo

#4abfce Color Hex

#4ABFCE
(74,191,206)
0 Favorites   0 Comments

Color spaces of #4abfce

RGB 74191206
HSL0.520.570.55
HSV187°64°81°
CMYK 0.640.070.00   0.19
XYZ32.595443.173765.0079
Yxy43.17370.23150.3067
Hunter Lab65.7067-26.4375-12.6648
CIE-Lab71.6727-27.9201-17.2492

#4abfce color RGB value is (74,191,206).

#4abfce hex color red value is 74, green value is 191 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4abfce hue: 0.52 , saturation: 0.57 and the lightness value of 4abfce is 0.55.

The process color (four color CMYK) of #4abfce color hex is 0.64, 0.07, 0.00, 0.19. Web safe color of #4abfce is #33cccc. Color #4abfce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111111 11001110
Octal 112 277 316
Decimal 74 191 206
Hex 4A BF CE

RGB Percentages of Color #4abfce

%15.71
%40.55
%43.74

CMYK Percentages of Color #4abfce

%64
%7
%0
%19

Triadic Colors of #4abfce

#4abfce #ce4abf #bfce4a

Analogous Colors of #4abfce

#4abfce #4a7dce #4ace9b

Monochromatic Colors of #4abfce

#4abfce

Complementary Color

#4abfce #ce594a

#4abfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abfce Color CSS Codes

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

#4abfce Text Font Color

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

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


#4abfce Background Color

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

This div background color is #4abfce


#4abfce Border Color

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

This div border color is #4abfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abfce


Comments

No comments written yet.

Please login to write comment.