Color Hex Logo

#4abce1 Color Hex

#4ABCE1
(74,188,225)
0 Favorites   0 Comments

Color spaces of #4abce1

RGB 74188225
HSL0.540.720.59
HSV195°67°88°
CMYK 0.670.160.00   0.12
XYZ34.397942.858577.6937
Yxy42.85850.22200.2766
Hunter Lab65.4664-20.7773-24.5372
CIE-Lab71.4588-20.6624-27.9284

#4abce1 color RGB value is (74,188,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111100 11100001
Octal 112 274 341
Decimal 74 188 225
Hex 4A BC E1

RGB Percentages of Color #4abce1

%15.20
%38.60
%46.20

CMYK Percentages of Color #4abce1

%67
%16
%0
%12

Triadic Colors of #4abce1

#4abce1 #e14abc #bce14a

Analogous Colors of #4abce1

#4abce1 #4a71e1 #4ae1bb

Monochromatic Colors of #4abce1

#4abce1

Complementary Color

#4abce1 #e16f4a

#4abce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abce1 Color CSS Codes

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

#4abce1 Text Font Color

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

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


#4abce1 Background Color

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

This div background color is #4abce1


#4abce1 Border Color

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

This div border color is #4abce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abce1


Comments

No comments written yet.

Please login to write comment.