Color Hex Logo

#4abcde Color Hex

#4ABCDE
(74,188,222)
0 Favorites   0 Comments

Color spaces of #4abcde

RGB 74188222
HSL0.540.690.58
HSV194°67°87°
CMYK 0.670.150.00   0.13
XYZ33.992142.696275.5569
Yxy42.69620.22330.2804
Hunter Lab65.3423-21.4906-22.8188
CIE-Lab71.3483-21.5926-26.4653

#4abcde color RGB value is (74,188,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111100 11011110
Octal 112 274 336
Decimal 74 188 222
Hex 4A BC DE

RGB Percentages of Color #4abcde

%15.29
%38.84
%45.87

CMYK Percentages of Color #4abcde

%67
%15
%0
%13

Triadic Colors of #4abcde

#4abcde #de4abc #bcde4a

Analogous Colors of #4abcde

#4abcde #4a72de #4adeb6

Monochromatic Colors of #4abcde

#4abcde

Complementary Color

#4abcde #de6c4a

#4abcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abcde Color CSS Codes

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

#4abcde Text Font Color

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

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


#4abcde Background Color

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

This div background color is #4abcde


#4abcde Border Color

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

This div border color is #4abcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abcde

#4abcde Color Palettes


Comments

No comments written yet.

Please login to write comment.