Color Hex Logo

#4abedd Color Hex

#4ABEDD
(74,190,221)
2 Favorites   0 Comments

Color spaces of #4abedd

RGB 74190221
HSL0.540.680.58
HSV193°67°87°
CMYK 0.670.140.00   0.13
XYZ34.288643.503274.9964
Yxy43.50320.22440.2847
Hunter Lab65.9570-22.6291-21.2459
CIE-Lab71.8952-22.9210-25.0835

#4abedd color RGB value is (74,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111110 11011101
Octal 112 276 335
Decimal 74 190 221
Hex 4A BE DD

RGB Percentages of Color #4abedd

%15.26
%39.18
%45.57

CMYK Percentages of Color #4abedd

%67
%14
%0
%13

Triadic Colors of #4abedd

#4abedd #dd4abe #bedd4a

Analogous Colors of #4abedd

#4abedd #4a75dd #4addb3

Monochromatic Colors of #4abedd

#4abedd

Complementary Color

#4abedd #dd694a

#4abedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abedd Color CSS Codes

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

#4abedd Text Font Color

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

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


#4abedd Background Color

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

This div background color is #4abedd


#4abedd Border Color

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

This div border color is #4abedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abedd


Comments

No comments written yet.

Please login to write comment.