Color Hex Logo

#4effcc Color Hex

#4EFFCC
(78,255,204)
0 Favorites   0 Comments

Color spaces of #4effcc

RGB 78255204
HSL0.451.000.65
HSV163°69°100°
CMYK 0.690.000.20   0.00
XYZ49.801077.499369.4608
Yxy77.49930.25310.3939
Hunter Lab88.0337-53.080814.8423
CIE-Lab90.5509-56.180111.5389

#4effcc color RGB value is (78,255,204).

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

The process color (four color CMYK) of #4effcc color hex is 0.69, 0.00, 0.20, 0.00. Web safe color of #4effcc is #66ffcc. Color #4effcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111111 11001100
Octal 116 377 314
Decimal 78 255 204
Hex 4E FF CC

RGB Percentages of Color #4effcc

%14.53
%47.49
%37.99

CMYK Percentages of Color #4effcc

%69
%0
%20
%0

Triadic Colors of #4effcc

#4effcc #cc4eff #ffcc4e

Analogous Colors of #4effcc

#4effcc #4edaff #4eff74

Monochromatic Colors of #4effcc

#4effcc

Complementary Color

#4effcc #ff4e81

#4effcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4effcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4effcc Color CSS Codes

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

#4effcc Text Font Color

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

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


#4effcc Background Color

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

This div background color is #4effcc


#4effcc Border Color

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

This div border color is #4effcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4effcc


Comments

No comments written yet.

Please login to write comment.