Color Hex Logo

#4ddcf8 Color Hex

#4DDCF8
(77,220,248)
0 Favorites   0 Comments

Color spaces of #4ddcf8

RGB 77220248
HSL0.530.920.64
HSV190°69°97°
CMYK 0.690.110.00   0.03
XYZ45.597059.541597.8964
Yxy59.54150.22460.2933
Hunter Lab77.1631-29.5568-21.2067
CIE-Lab81.5883-29.2257-24.7775

#4ddcf8 color RGB value is (77,220,248).

#4ddcf8 hex color red value is 77, green value is 220 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #4ddcf8 hue: 0.53 , saturation: 0.92 and the lightness value of 4ddcf8 is 0.64.

The process color (four color CMYK) of #4ddcf8 color hex is 0.69, 0.11, 0.00, 0.03. Web safe color of #4ddcf8 is #66ccff. Color #4ddcf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011100 11111000
Octal 115 334 370
Decimal 77 220 248
Hex 4D DC F8

RGB Percentages of Color #4ddcf8

%14.13
%40.37
%45.50

CMYK Percentages of Color #4ddcf8

%69
%11
%0
%3

Triadic Colors of #4ddcf8

#4ddcf8 #f84ddc #dcf84d

Analogous Colors of #4ddcf8

#4ddcf8 #4d87f8 #4df8bf

Monochromatic Colors of #4ddcf8

#4ddcf8

Complementary Color

#4ddcf8 #f8694d

#4ddcf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddcf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddcf8 Color CSS Codes

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

#4ddcf8 Text Font Color

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

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


#4ddcf8 Background Color

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

This div background color is #4ddcf8


#4ddcf8 Border Color

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

This div border color is #4ddcf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddcf8


Comments

No comments written yet.

Please login to write comment.