color codes Logo

#4edcec color codes

#4EDCEC
(78,220,236)
0 Favorites   0 Comments

Color spaces of #4edcec

RGB 78220236
HSL0.520.810.62
HSV186°67°93°
CMYK 0.670.070.00   0.07
XYZ43.875458.862288.4060
Yxy58.86220.22950.3079
Hunter Lab76.7217-32.1829-14.6143
CIE-Lab81.2158-32.6095-18.9689

#4edcec color RGB value is (78,220,236).

#4edcec hex color red value is 78, green value is 220 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4edcec hue: 0.52 , saturation: 0.81 and the lightness value of 4edcec is 0.62.

The process color (four color CMYK) of #4edcec color code is 0.67, 0.07, 0.00, 0.07. Web safe color of #4edcec is #66ccff. Color #4edcec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011100 11101100
Octal 116 334 354
Decimal 78 220 236
Hex 4E DC EC

RGB Percentages of Color #4edcec

%14.61
%41.20
%44.19

CMYK Percentages of Color #4edcec

%67
%7
%0
%7

Triadic Colors of #4edcec

#4edcec #ec4edc #dcec4e

Analogous Colors of #4edcec

#4edcec #4e8dec #4eecad

Monochromatic Colors of #4edcec

#4edcec

Complementary Color

#4edcec #ec5e4e

#4edcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edcec Color CSS Codes

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

#4edcec Text Font Color

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

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


#4edcec Background Color

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

This div background color is #4edcec


#4edcec Border Color

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

This div border color is #4edcec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,220,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4edcec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4edcec;
  -webkit-box-shadow: 1px 1px 3px 2px #4edcec;
  box-shadow:         1px 1px 3px 2px #4edcec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,220,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edcec


Comments

No comments written yet.

Please login to write comment.