Color Hex Logo

#4ddafd Color Hex

#4DDAFD
(77,218,253)
0 Favorites   0 Comments

Color spaces of #4ddafd

RGB 77218253
HSL0.530.980.65
HSV192°70°99°
CMYK 0.700.140.00   0.01
XYZ45.861658.8124101.8633
Yxy58.81240.22200.2848
Hunter Lab76.6892-27.4598-25.0701
CIE-Lab81.1884-26.7461-28.0400

#4ddafd color RGB value is (77,218,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011010 11111101
Octal 115 332 375
Decimal 77 218 253
Hex 4D DA FD

RGB Percentages of Color #4ddafd

%14.05
%39.78
%46.17

CMYK Percentages of Color #4ddafd

%70
%14
%0
%1

Triadic Colors of #4ddafd

#4ddafd #fd4dda #dafd4d

Analogous Colors of #4ddafd

#4ddafd #4d82fd #4dfdc8

Monochromatic Colors of #4ddafd

#4ddafd

Complementary Color

#4ddafd #fd704d

#4ddafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddafd Color CSS Codes

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

#4ddafd Text Font Color

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

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


#4ddafd Background Color

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

This div background color is #4ddafd


#4ddafd Border Color

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

This div border color is #4ddafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddafd


Comments

No comments written yet.

Please login to write comment.