Color Hex Logo

#4acabd Color Hex

#4ACABD
(74,202,189)
0 Favorites   0 Comments

Color spaces of #4acabd

RGB 74202189
HSL0.480.550.54
HSV174°63°79°
CMYK 0.630.000.06   0.21
XYZ33.129947.371055.5415
Yxy47.37100.24350.3482
Hunter Lab68.8266-34.52500.3329
CIE-Lab74.4265-37.8871-3.8944

#4acabd color RGB value is (74,202,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001010 10111101
Octal 112 312 275
Decimal 74 202 189
Hex 4A CA BD

RGB Percentages of Color #4acabd

%15.91
%43.44
%40.65

CMYK Percentages of Color #4acabd

%63
%0
%6
%21

Triadic Colors of #4acabd

#4acabd #bd4aca #cabd4a

Analogous Colors of #4acabd

#4acabd #4a97ca #4aca7d

Monochromatic Colors of #4acabd

#4acabd

Complementary Color

#4acabd #ca4a57

#4acabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acabd Color CSS Codes

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

#4acabd Text Font Color

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

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


#4acabd Background Color

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

This div background color is #4acabd


#4acabd Border Color

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

This div border color is #4acabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acabd


Comments

No comments written yet.

Please login to write comment.