Color Hex Logo

#4abbce Color Hex

#4ABBCE
(74,187,206)
0 Favorites   0 Comments

Color spaces of #4abbce

RGB 74187206
HSL0.520.570.55
HSV189°64°81°
CMYK 0.640.090.00   0.19
XYZ31.734941.452764.7211
Yxy41.45270.23010.3006
Hunter Lab64.3838-24.6886-14.5320
CIE-Lab70.4919-25.9378-19.0370

#4abbce color RGB value is (74,187,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111011 11001110
Octal 112 273 316
Decimal 74 187 206
Hex 4A BB CE

RGB Percentages of Color #4abbce

%15.85
%40.04
%44.11

CMYK Percentages of Color #4abbce

%64
%9
%0
%19

Triadic Colors of #4abbce

#4abbce #ce4abb #bbce4a

Analogous Colors of #4abbce

#4abbce #4a79ce #4ace9f

Monochromatic Colors of #4abbce

#4abbce

Complementary Color

#4abbce #ce5d4a

#4abbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abbce Color CSS Codes

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

#4abbce Text Font Color

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

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


#4abbce Background Color

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

This div background color is #4abbce


#4abbce Border Color

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

This div border color is #4abbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abbce


Comments

No comments written yet.

Please login to write comment.