Color Hex Logo

#4abced Color Hex

#4ABCED
(74,188,237)
0 Favorites   0 Comments

Color spaces of #4abced

RGB 74188237
HSL0.550.820.61
HSV198°69°93°
CMYK 0.690.210.00   0.07
XYZ36.093343.536786.6219
Yxy43.53670.21710.2619
Hunter Lab65.9823-17.8270-31.6485
CIE-Lab71.9177-16.8800-33.7364

#4abced color RGB value is (74,188,237).

#4abced hex color red value is 74, green value is 188 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4abced hue: 0.55 , saturation: 0.82 and the lightness value of 4abced is 0.61.

The process color (four color CMYK) of #4abced color hex is 0.69, 0.21, 0.00, 0.07. Web safe color of #4abced is #33ccff. Color #4abced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111100 11101101
Octal 112 274 355
Decimal 74 188 237
Hex 4A BC ED

RGB Percentages of Color #4abced

%14.83
%37.68
%47.49

CMYK Percentages of Color #4abced

%69
%21
%0
%7

Triadic Colors of #4abced

#4abced #ed4abc #bced4a

Analogous Colors of #4abced

#4abced #4a6bed #4aedcd

Monochromatic Colors of #4abced

#4abced

Complementary Color

#4abced #ed7b4a

#4abced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abced Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abced Color CSS Codes

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

#4abced Text Font Color

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

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


#4abced Background Color

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

This div background color is #4abced


#4abced Border Color

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

This div border color is #4abced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abced


Comments

No comments written yet.

Please login to write comment.