Color Hex Logo

#4faeed Color Hex

#4FAEED
(79,174,237)
0 Favorites   0 Comments

Color spaces of #4faeed

RGB 79174237
HSL0.570.810.62
HSV204°67°93°
CMYK 0.670.270.00   0.07
XYZ33.646638.048885.6916
Yxy38.04880.21380.2418
Hunter Lab61.6837-10.5801-39.1876
CIE-Lab68.0566-8.6107-39.7278

#4faeed color RGB value is (79,174,237).

#4faeed hex color red value is 79, green value is 174 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4faeed hue: 0.57 , saturation: 0.81 and the lightness value of 4faeed is 0.62.

The process color (four color CMYK) of #4faeed color hex is 0.67, 0.27, 0.00, 0.07. Web safe color of #4faeed is #6699ff. Color #4faeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101110 11101101
Octal 117 256 355
Decimal 79 174 237
Hex 4F AE ED

RGB Percentages of Color #4faeed

%16.12
%35.51
%48.37

CMYK Percentages of Color #4faeed

%67
%27
%0
%7

Triadic Colors of #4faeed

#4faeed #ed4fae #aeed4f

Analogous Colors of #4faeed

#4faeed #4f5fed #4feddd

Monochromatic Colors of #4faeed

#4faeed

Complementary Color

#4faeed #ed8e4f

#4faeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faeed Color CSS Codes

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

#4faeed Text Font Color

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

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


#4faeed Background Color

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

This div background color is #4faeed


#4faeed Border Color

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

This div border color is #4faeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faeed


Comments

No comments written yet.

Please login to write comment.