Color Hex Logo

#4deafd Color Hex

#4DEAFD
(77,234,253)
0 Favorites   0 Comments

Color spaces of #4deafd

RGB 77234253
HSL0.520.980.65
HSV186°70°99°
CMYK 0.700.080.00   0.01
XYZ50.213067.5153103.3138
Yxy67.51530.22720.3054
Hunter Lab82.1677-34.7114-17.0311
CIE-Lab85.7635-34.4362-21.0759

#4deafd color RGB value is (77,234,253).

#4deafd hex color red value is 77, green value is 234 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4deafd hue: 0.52 , saturation: 0.98 and the lightness value of 4deafd is 0.65.

The process color (four color CMYK) of #4deafd color hex is 0.70, 0.08, 0.00, 0.01. Web safe color of #4deafd is #66ffff. Color #4deafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101010 11111101
Octal 115 352 375
Decimal 77 234 253
Hex 4D EA FD

RGB Percentages of Color #4deafd

%13.65
%41.49
%44.86

CMYK Percentages of Color #4deafd

%70
%8
%0
%1

Triadic Colors of #4deafd

#4deafd #fd4dea #eafd4d

Analogous Colors of #4deafd

#4deafd #4d92fd #4dfdb8

Monochromatic Colors of #4deafd

#4deafd

Complementary Color

#4deafd #fd604d

#4deafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4deafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4deafd Color CSS Codes

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

#4deafd Text Font Color

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

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


#4deafd Background Color

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

This div background color is #4deafd


#4deafd Border Color

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

This div border color is #4deafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4deafd

Related Colors


Comments

No comments written yet.

Please login to write comment.