Color Hex Logo

#4aadeb Color Hex

#4AADEB
(74,173,235)
0 Favorites   0 Comments

Color spaces of #4aadeb

RGB 74173235
HSL0.560.800.61
HSV203°69°92°
CMYK 0.690.260.00   0.08
XYZ32.763037.341184.0780
Yxy37.34110.21250.2422
Hunter Lab61.1074-11.2343-38.8023
CIE-Lab67.5322-9.4741-39.4655

#4aadeb color RGB value is (74,173,235).

#4aadeb hex color red value is 74, green value is 173 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4aadeb hue: 0.56 , saturation: 0.80 and the lightness value of 4aadeb is 0.61.

The process color (four color CMYK) of #4aadeb color hex is 0.69, 0.26, 0.00, 0.08. Web safe color of #4aadeb is #3399ff. Color #4aadeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101101 11101011
Octal 112 255 353
Decimal 74 173 235
Hex 4A AD EB

RGB Percentages of Color #4aadeb

%15.35
%35.89
%48.76

CMYK Percentages of Color #4aadeb

%69
%26
%0
%8

Triadic Colors of #4aadeb

#4aadeb #eb4aad #adeb4a

Analogous Colors of #4aadeb

#4aadeb #4a5deb #4aebd9

Monochromatic Colors of #4aadeb

#4aadeb

Complementary Color

#4aadeb #eb884a

#4aadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aadeb Color CSS Codes

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

#4aadeb Text Font Color

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

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


#4aadeb Background Color

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

This div background color is #4aadeb


#4aadeb Border Color

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

This div border color is #4aadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aadeb


Comments

No comments written yet.

Please login to write comment.