Color Hex Logo

#4abccb Color Hex

#4ABCCB
(74,188,203)
0 Favorites   0 Comments

Color spaces of #4abccb

RGB 74188203
HSL0.520.550.54
HSV187°64°80°
CMYK 0.640.070.00   0.20
XYZ31.586841.734162.8906
Yxy41.73410.23190.3064
Hunter Lab64.6019-25.7767-12.4980
CIE-Lab70.6872-27.3199-17.0997

#4abccb color RGB value is (74,188,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111100 11001011
Octal 112 274 313
Decimal 74 188 203
Hex 4A BC CB

RGB Percentages of Color #4abccb

%15.91
%40.43
%43.66

CMYK Percentages of Color #4abccb

%64
%7
%0
%20

Triadic Colors of #4abccb

#4abccb #cb4abc #bccb4a

Analogous Colors of #4abccb

#4abccb #4a7ccb #4acb9a

Monochromatic Colors of #4abccb

#4abccb

Complementary Color

#4abccb #cb594a

#4abccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abccb Color CSS Codes

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

#4abccb Text Font Color

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

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


#4abccb Background Color

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

This div background color is #4abccb


#4abccb Border Color

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

This div border color is #4abccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abccb


Comments

No comments written yet.

Please login to write comment.