Color Hex Logo

#4abede Color Hex

#4ABEDE
(74,190,222)
0 Favorites   0 Comments

Color spaces of #4abede

RGB 74190222
HSL0.540.690.58
HSV193°67°87°
CMYK 0.670.140.00   0.13
XYZ34.422343.556775.7003
Yxy43.55670.22400.2834
Hunter Lab65.9975-22.3954-21.8084
CIE-Lab71.9312-22.6142-25.5722

#4abede color RGB value is (74,190,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111110 11011110
Octal 112 276 336
Decimal 74 190 222
Hex 4A BE DE

RGB Percentages of Color #4abede

%15.23
%39.09
%45.68

CMYK Percentages of Color #4abede

%67
%14
%0
%13

Triadic Colors of #4abede

#4abede #de4abe #bede4a

Analogous Colors of #4abede

#4abede #4a74de #4adeb4

Monochromatic Colors of #4abede

#4abede

Complementary Color

#4abede #de6a4a

#4abede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abede Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abede Color CSS Codes

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

#4abede Text Font Color

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

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


#4abede Background Color

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

This div background color is #4abede


#4abede Border Color

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

This div border color is #4abede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abede


Comments

No comments written yet.

Please login to write comment.