Color Hex Logo

#4deefe Color Hex

#4DEEFE
(77,238,254)
0 Favorites   0 Comments

Color spaces of #4deefe

RGB 77238254
HSL0.520.990.65
HSV185°70°100°
CMYK 0.700.060.00   0.00
XYZ51.524569.8826104.5390
Yxy69.88260.22800.3093
Hunter Lab83.5958-36.2737-15.6268
CIE-Lab86.9393-36.0152-19.8226

#4deefe color RGB value is (77,238,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101110 11111110
Octal 115 356 376
Decimal 77 238 254
Hex 4D EE FE

RGB Percentages of Color #4deefe

%13.53
%41.83
%44.64

CMYK Percentages of Color #4deefe

%70
%6
%0
%0

Triadic Colors of #4deefe

#4deefe #fe4dee #eefe4d

Analogous Colors of #4deefe

#4deefe #4d96fe #4dfeb6

Monochromatic Colors of #4deefe

#4deefe

Complementary Color

#4deefe #fe5d4d

#4deefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4deefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4deefe Color CSS Codes

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

#4deefe Text Font Color

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

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


#4deefe Background Color

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

This div background color is #4deefe


#4deefe Border Color

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

This div border color is #4deefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4deefe


Comments

No comments written yet.

Please login to write comment.