Color Hex Logo

#4abeed Color Hex

#4ABEED
(74,190,237)
0 Favorites   0 Comments

Color spaces of #4abeed

RGB 74190237
HSL0.550.820.61
HSV197°69°93°
CMYK 0.690.200.00   0.07
XYZ36.523644.397286.7653
Yxy44.39720.21780.2648
Hunter Lab66.6312-18.7607-30.5639
CIE-Lab72.4932-17.9273-32.8464

#4abeed color RGB value is (74,190,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111110 11101101
Octal 112 276 355
Decimal 74 190 237
Hex 4A BE ED

RGB Percentages of Color #4abeed

%14.77
%37.92
%47.31

CMYK Percentages of Color #4abeed

%69
%20
%0
%7

Triadic Colors of #4abeed

#4abeed #ed4abe #beed4a

Analogous Colors of #4abeed

#4abeed #4a6ded #4aedcb

Monochromatic Colors of #4abeed

#4abeed

Complementary Color

#4abeed #ed794a

#4abeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abeed Color CSS Codes

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

#4abeed Text Font Color

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

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


#4abeed Background Color

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

This div background color is #4abeed


#4abeed Border Color

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

This div border color is #4abeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abeed


Comments

No comments written yet.

Please login to write comment.