Color Hex Logo

#4abcdd Color Hex

#4ABCDD
(74,188,221)
0 Favorites   0 Comments

Color spaces of #4abcdd

RGB 74188221
HSL0.540.680.58
HSV193°67°87°
CMYK 0.670.150.00   0.13
XYZ33.858442.642774.8530
Yxy42.64270.22370.2817
Hunter Lab65.3014-21.7262-22.2514
CIE-Lab71.3118-21.9012-25.9767

#4abcdd color RGB value is (74,188,221).

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

The process color (four color CMYK) of #4abcdd color hex is 0.67, 0.15, 0.00, 0.13. Web safe color of #4abcdd is #33cccc. Color #4abcdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111100 11011101
Octal 112 274 335
Decimal 74 188 221
Hex 4A BC DD

RGB Percentages of Color #4abcdd

%15.32
%38.92
%45.76

CMYK Percentages of Color #4abcdd

%67
%15
%0
%13

Triadic Colors of #4abcdd

#4abcdd #dd4abc #bcdd4a

Analogous Colors of #4abcdd

#4abcdd #4a73dd #4addb5

Monochromatic Colors of #4abcdd

#4abcdd

Complementary Color

#4abcdd #dd6b4a

#4abcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abcdd Color CSS Codes

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

#4abcdd Text Font Color

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

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


#4abcdd Background Color

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

This div background color is #4abcdd


#4abcdd Border Color

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

This div border color is #4abcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abcdd


Comments

No comments written yet.

Please login to write comment.