Color Hex Logo

#4dcfea Color Hex

#4DCFEA
(77,207,234)
0 Favorites   0 Comments

Color spaces of #4dcfea

RGB 77207234
HSL0.530.790.61
HSV190°67°92°
CMYK 0.670.120.00   0.08
XYZ40.224752.143985.7866
Yxy52.14390.22580.2927
Hunter Lab72.2107-26.9361-19.8892
CIE-Lab77.3668-27.0484-23.7438

#4dcfea color RGB value is (77,207,234).

#4dcfea hex color red value is 77, green value is 207 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4dcfea hue: 0.53 , saturation: 0.79 and the lightness value of 4dcfea is 0.61.

The process color (four color CMYK) of #4dcfea color hex is 0.67, 0.12, 0.00, 0.08. Web safe color of #4dcfea is #66ccff. Color #4dcfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001111 11101010
Octal 115 317 352
Decimal 77 207 234
Hex 4D CF EA

RGB Percentages of Color #4dcfea

%14.86
%39.96
%45.17

CMYK Percentages of Color #4dcfea

%67
%12
%0
%8

Triadic Colors of #4dcfea

#4dcfea #ea4dcf #cfea4d

Analogous Colors of #4dcfea

#4dcfea #4d81ea #4deab7

Monochromatic Colors of #4dcfea

#4dcfea

Complementary Color

#4dcfea #ea684d

#4dcfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dcfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dcfea Color CSS Codes

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

#4dcfea Text Font Color

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

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


#4dcfea Background Color

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

This div background color is #4dcfea


#4dcfea Border Color

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

This div border color is #4dcfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dcfea


Comments

No comments written yet.

Please login to write comment.