Color Hex Logo

#4dafea Color Hex

#4DAFEA
(77,175,234)
0 Favorites   0 Comments

Color spaces of #4dafea

RGB 77175234
HSL0.560.790.61
HSV203°67°92°
CMYK 0.670.250.00   0.08
XYZ33.241838.178283.4590
Yxy38.17820.21460.2465
Hunter Lab61.7885-12.0981-36.8323
CIE-Lab68.1517-10.4452-37.9459

#4dafea color RGB value is (77,175,234).

#4dafea hex color red value is 77, green value is 175 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4dafea hue: 0.56 , saturation: 0.79 and the lightness value of 4dafea is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101111 11101010
Octal 115 257 352
Decimal 77 175 234
Hex 4D AF EA

RGB Percentages of Color #4dafea

%15.84
%36.01
%48.15

CMYK Percentages of Color #4dafea

%67
%25
%0
%8

Triadic Colors of #4dafea

#4dafea #ea4daf #afea4d

Analogous Colors of #4dafea

#4dafea #4d61ea #4dead7

Monochromatic Colors of #4dafea

#4dafea

Complementary Color

#4dafea #ea884d

#4dafea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dafea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dafea Color CSS Codes

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

#4dafea Text Font Color

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

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


#4dafea Background Color

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

This div background color is #4dafea


#4dafea Border Color

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

This div border color is #4dafea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dafea


Comments

No comments written yet.

Please login to write comment.