Color Hex Logo

#4abcca Color Hex

#4ABCCA
(74,188,202)
0 Favorites   0 Comments

Color spaces of #4abcca

RGB 74188202
HSL0.520.550.54
HSV187°63°79°
CMYK 0.630.070.00   0.21
XYZ31.467941.686662.2649
Yxy41.68660.23240.3078
Hunter Lab64.5652-25.9913-11.9821
CIE-Lab70.6543-27.6132-16.6023

#4abcca color RGB value is (74,188,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111100 11001010
Octal 112 274 312
Decimal 74 188 202
Hex 4A BC CA

RGB Percentages of Color #4abcca

%15.95
%40.52
%43.53

CMYK Percentages of Color #4abcca

%63
%7
%0
%21

Triadic Colors of #4abcca

#4abcca #ca4abc #bcca4a

Analogous Colors of #4abcca

#4abcca #4a7cca #4aca98

Monochromatic Colors of #4abcca

#4abcca

Complementary Color

#4abcca #ca584a

#4abcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abcca Color CSS Codes

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

#4abcca Text Font Color

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

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


#4abcca Background Color

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

This div background color is #4abcca


#4abcca Border Color

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

This div border color is #4abcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abcca


Comments

No comments written yet.

Please login to write comment.