Color Hex Logo

#4ddfff Color Hex

#4DDFFF
(77,223,255)
0 Favorites   0 Comments

Color spaces of #4ddfff

RGB 77223255
HSL0.531.000.65
HSV191°70°100°
CMYK 0.700.130.00   0.00
XYZ47.498261.5731103.9891
Yxy61.57310.22290.2890
Hunter Lab78.4685-29.2711-23.6451
CIE-Lab82.6859-28.5903-26.8095

#4ddfff color RGB value is (77,223,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011111 11111111
Octal 115 337 377
Decimal 77 223 255
Hex 4D DF FF

RGB Percentages of Color #4ddfff

%13.87
%40.18
%45.95

CMYK Percentages of Color #4ddfff

%70
%13
%0
%0

Triadic Colors of #4ddfff

#4ddfff #ff4ddf #dfff4d

Analogous Colors of #4ddfff

#4ddfff #4d86ff #4dffc6

Monochromatic Colors of #4ddfff

#4ddfff

Complementary Color

#4ddfff #ff6d4d

#4ddfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddfff Color CSS Codes

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

#4ddfff Text Font Color

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

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


#4ddfff Background Color

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

This div background color is #4ddfff


#4ddfff Border Color

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

This div border color is #4ddfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddfff

Related Colors


Comments

No comments written yet.

Please login to write comment.