Color Hex Logo

#4abedf Color Hex

#4ABEDF
(74,190,223)
0 Favorites   0 Comments

Color spaces of #4abedf

RGB 74190223
HSL0.540.700.58
HSV193°67°87°
CMYK 0.670.150.00   0.13
XYZ34.556843.610576.4084
Yxy43.61050.22360.2821
Hunter Lab66.0382-22.1606-22.3737
CIE-Lab71.9674-22.3066-26.0606

#4abedf color RGB value is (74,190,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111110 11011111
Octal 112 276 337
Decimal 74 190 223
Hex 4A BE DF

RGB Percentages of Color #4abedf

%15.20
%39.01
%45.79

CMYK Percentages of Color #4abedf

%67
%15
%0
%13

Triadic Colors of #4abedf

#4abedf #df4abe #bedf4a

Analogous Colors of #4abedf

#4abedf #4a74df #4adfb6

Monochromatic Colors of #4abedf

#4abedf

Complementary Color

#4abedf #df6b4a

#4abedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abedf Color CSS Codes

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

#4abedf Text Font Color

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

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


#4abedf Background Color

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

This div background color is #4abedf


#4abedf Border Color

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

This div border color is #4abedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abedf


Comments

No comments written yet.

Please login to write comment.