Color Hex Logo

#4abde1 Color Hex

#4ABDE1
(74,189,225)
0 Favorites   0 Comments

Color spaces of #4abde1

RGB 74189225
HSL0.540.720.59
HSV194°67°88°
CMYK 0.670.160.00   0.12
XYZ34.612243.287377.7652
Yxy43.28730.22240.2781
Hunter Lab65.7931-21.2332-24.0236
CIE-Lab71.7495-21.1770-27.4820

#4abde1 color RGB value is (74,189,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111101 11100001
Octal 112 275 341
Decimal 74 189 225
Hex 4A BD E1

RGB Percentages of Color #4abde1

%15.16
%38.73
%46.11

CMYK Percentages of Color #4abde1

%67
%16
%0
%12

Triadic Colors of #4abde1

#4abde1 #e14abd #bde14a

Analogous Colors of #4abde1

#4abde1 #4a72e1 #4ae1ba

Monochromatic Colors of #4abde1

#4abde1

Complementary Color

#4abde1 #e16e4a

#4abde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abde1 Color CSS Codes

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

#4abde1 Text Font Color

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

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


#4abde1 Background Color

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

This div background color is #4abde1


#4abde1 Border Color

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

This div border color is #4abde1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,189,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 #4abde1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abde1


Comments

No comments written yet.

Please login to write comment.