Color Hex Logo

#4daefa Color Hex

#4DAEFA
(77,174,250)
0 Favorites   0 Comments

Color spaces of #4daefa

RGB 77174250
HSL0.570.950.64
HSV206°69°98°
CMYK 0.690.300.00   0.02
XYZ35.451938.752096.0539
Yxy38.75200.20820.2276
Hunter Lab62.2511-7.2840-47.9091
CIE-Lab68.5712-4.6131-46.0021

#4daefa color RGB value is (77,174,250).

#4daefa hex color red value is 77, green value is 174 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4daefa hue: 0.57 , saturation: 0.95 and the lightness value of 4daefa is 0.64.

The process color (four color CMYK) of #4daefa color hex is 0.69, 0.30, 0.00, 0.02. Web safe color of #4daefa is #6699ff. Color #4daefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101110 11111010
Octal 115 256 372
Decimal 77 174 250
Hex 4D AE FA

RGB Percentages of Color #4daefa

%15.37
%34.73
%49.90

CMYK Percentages of Color #4daefa

%69
%30
%0
%2

Triadic Colors of #4daefa

#4daefa #fa4dae #aefa4d

Analogous Colors of #4daefa

#4daefa #4d57fa #4dfaf0

Monochromatic Colors of #4daefa

#4daefa

Complementary Color

#4daefa #fa994d

#4daefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daefa Color CSS Codes

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

#4daefa Text Font Color

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

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


#4daefa Background Color

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

This div background color is #4daefa


#4daefa Border Color

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

This div border color is #4daefa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,174,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daefa

Related Colors


Comments

No comments written yet.

Please login to write comment.