Color Hex Logo

#4dc3fe Color Hex

#4DC3FE
(77,195,254)
0 Favorites   0 Comments

Color spaces of #4dc3fe

RGB 77195254
HSL0.560.990.65
HSV200°70°100°
CMYK 0.700.230.00   0.00
XYZ40.465147.7638100.8525
Yxy47.76380.21400.2526
Hunter Lab69.1114-16.4321-38.1425
CIE-Lab74.6757-14.7025-38.6196

#4dc3fe color RGB value is (77,195,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11000011 11111110
Octal 115 303 376
Decimal 77 195 254
Hex 4D C3 FE

RGB Percentages of Color #4dc3fe

%14.64
%37.07
%48.29

CMYK Percentages of Color #4dc3fe

%70
%23
%0
%0

Triadic Colors of #4dc3fe

#4dc3fe #fe4dc3 #c3fe4d

Analogous Colors of #4dc3fe

#4dc3fe #4d6bfe #4dfee1

Monochromatic Colors of #4dc3fe

#4dc3fe

Complementary Color

#4dc3fe #fe884d

#4dc3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dc3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dc3fe Color CSS Codes

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

#4dc3fe Text Font Color

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

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


#4dc3fe Background Color

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

This div background color is #4dc3fe


#4dc3fe Border Color

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

This div border color is #4dc3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dc3fe


Comments

No comments written yet.

Please login to write comment.