Color Hex Logo

#4dceff Color Hex

#4DCEFF
(77,206,255)
0 Favorites   0 Comments

Color spaces of #4dceff

RGB 77206255
HSL0.551.000.65
HSV197°70°100°
CMYK 0.700.190.00   0.00
XYZ43.181952.9404102.5503
Yxy52.94040.21740.2665
Hunter Lab72.7602-21.3936-32.6330
CIE-Lab77.8398-20.1045-34.2522

#4dceff color RGB value is (77,206,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001110 11111111
Octal 115 316 377
Decimal 77 206 255
Hex 4D CE FF

RGB Percentages of Color #4dceff

%14.31
%38.29
%47.40

CMYK Percentages of Color #4dceff

%70
%19
%0
%0

Triadic Colors of #4dceff

#4dceff #ff4dce #ceff4d

Analogous Colors of #4dceff

#4dceff #4d75ff #4dffd7

Monochromatic Colors of #4dceff

#4dceff

Complementary Color

#4dceff #ff7e4d

#4dceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dceff Color CSS Codes

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

#4dceff Text Font Color

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

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


#4dceff Background Color

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

This div background color is #4dceff


#4dceff Border Color

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

This div border color is #4dceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dceff


Comments

No comments written yet.

Please login to write comment.