Color Hex Logo

#4dcbfe Color Hex

#4DCBFE
(77,203,254)
0 Favorites   0 Comments

Color spaces of #4dcbfe

RGB 77203254
HSL0.550.990.65
HSV197°70°100°
CMYK 0.700.200.00   0.00
XYZ42.305951.4454101.4661
Yxy51.44540.21670.2635
Hunter Lab71.7254-20.2347-33.6665
CIE-Lab76.9480-18.8777-35.0964

#4dcbfe color RGB value is (77,203,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001011 11111110
Octal 115 313 376
Decimal 77 203 254
Hex 4D CB FE

RGB Percentages of Color #4dcbfe

%14.42
%38.01
%47.57

CMYK Percentages of Color #4dcbfe

%70
%20
%0
%0

Triadic Colors of #4dcbfe

#4dcbfe #fe4dcb #cbfe4d

Analogous Colors of #4dcbfe

#4dcbfe #4d73fe #4dfed9

Monochromatic Colors of #4dcbfe

#4dcbfe

Complementary Color

#4dcbfe #fe804d

#4dcbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dcbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dcbfe Color CSS Codes

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

#4dcbfe Text Font Color

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

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


#4dcbfe Background Color

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

This div background color is #4dcbfe


#4dcbfe Border Color

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

This div border color is #4dcbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dcbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.