Color Hex Logo

#4dceee Color Hex

#4DCEEE
(77,206,238)
0 Favorites   0 Comments

Color spaces of #4dceee

RGB 77206238
HSL0.530.830.62
HSV192°68°93°
CMYK 0.680.130.00   0.07
XYZ40.564551.893488.7674
Yxy51.89340.22380.2863
Hunter Lab72.0371-25.5505-22.6339
CIE-Lab77.2171-25.3488-26.1172

#4dceee color RGB value is (77,206,238).

#4dceee hex color red value is 77, green value is 206 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4dceee hue: 0.53 , saturation: 0.83 and the lightness value of 4dceee is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001110 11101110
Octal 115 316 356
Decimal 77 206 238
Hex 4D CE EE

RGB Percentages of Color #4dceee

%14.78
%39.54
%45.68

CMYK Percentages of Color #4dceee

%68
%13
%0
%7

Triadic Colors of #4dceee

#4dceee #ee4dce #ceee4d

Analogous Colors of #4dceee

#4dceee #4d7eee #4deebe

Monochromatic Colors of #4dceee

#4dceee

Complementary Color

#4dceee #ee6d4d

#4dceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dceee Color CSS Codes

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

#4dceee Text Font Color

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

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


#4dceee Background Color

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

This div background color is #4dceee


#4dceee Border Color

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

This div border color is #4dceee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dceee


Comments

No comments written yet.

Please login to write comment.