Color Hex Logo

#4aafce Color Hex

#4AAFCE
(74,175,206)
0 Favorites   0 Comments

Color spaces of #4aafce

RGB 74175206
HSL0.540.570.55
HSV194°64°81°
CMYK 0.640.150.00   0.19
XYZ29.294636.572063.9076
Yxy36.57200.22570.2818
Hunter Lab60.4748-19.3637-20.3232
CIE-Lab66.9547-19.8202-24.4282

#4aafce color RGB value is (74,175,206).

#4aafce hex color red value is 74, green value is 175 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4aafce hue: 0.54 , saturation: 0.57 and the lightness value of 4aafce is 0.55.

The process color (four color CMYK) of #4aafce color hex is 0.64, 0.15, 0.00, 0.19. Web safe color of #4aafce is #3399cc. Color #4aafce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101111 11001110
Octal 112 257 316
Decimal 74 175 206
Hex 4A AF CE

RGB Percentages of Color #4aafce

%16.26
%38.46
%45.27

CMYK Percentages of Color #4aafce

%64
%15
%0
%19

Triadic Colors of #4aafce

#4aafce #ce4aaf #afce4a

Analogous Colors of #4aafce

#4aafce #4a6dce #4aceab

Monochromatic Colors of #4aafce

#4aafce

Complementary Color

#4aafce #ce694a

#4aafce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aafce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aafce Color CSS Codes

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

#4aafce Text Font Color

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

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


#4aafce Background Color

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

This div background color is #4aafce


#4aafce Border Color

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

This div border color is #4aafce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aafce


Comments

No comments written yet.

Please login to write comment.