Color Hex Logo

#4deeff Color Hex

#4DEEFF
(77,238,255)
0 Favorites   0 Comments

Color spaces of #4deeff

RGB 77238255
HSL0.521.000.65
HSV186°70°100°
CMYK 0.700.070.00   0.00
XYZ51.685169.9469105.3847
Yxy69.94690.22770.3081
Hunter Lab83.6343-36.0488-16.1653
CIE-Lab86.9708-35.7281-20.2988

#4deeff color RGB value is (77,238,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101110 11111111
Octal 115 356 377
Decimal 77 238 255
Hex 4D EE FF

RGB Percentages of Color #4deeff

%13.51
%41.75
%44.74

CMYK Percentages of Color #4deeff

%70
%7
%0
%0

Triadic Colors of #4deeff

#4deeff #ff4dee #eeff4d

Analogous Colors of #4deeff

#4deeff #4d95ff #4dffb7

Monochromatic Colors of #4deeff

#4deeff

Complementary Color

#4deeff #ff5e4d

#4deeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4deeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4deeff Color CSS Codes

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

#4deeff Text Font Color

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

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


#4deeff Background Color

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

This div background color is #4deeff


#4deeff Border Color

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

This div border color is #4deeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4deeff


Comments

No comments written yet.

Please login to write comment.