Color Hex Logo

#4cffee Color Hex

#4CFFEE
(76,255,238)
0 Favorites   0 Comments

Color spaces of #4cffee

RGB 76255238
HSL0.481.000.65
HSV174°70°100°
CMYK 0.700.000.07   0.00
XYZ54.173179.229593.3265
Yxy79.22950.23890.3494
Hunter Lab89.0110-47.13200.1431
CIE-Lab91.3380-48.1061-4.9161

#4cffee color RGB value is (76,255,238).

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

The process color (four color CMYK) of #4cffee color hex is 0.70, 0.00, 0.07, 0.00. Web safe color of #4cffee is #33ffff. Color #4cffee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111111 11101110
Octal 114 377 356
Decimal 76 255 238
Hex 4C FF EE

RGB Percentages of Color #4cffee

%13.36
%44.82
%41.83

CMYK Percentages of Color #4cffee

%70
%0
%7
%0

Triadic Colors of #4cffee

#4cffee #ee4cff #ffee4c

Analogous Colors of #4cffee

#4cffee #4cb7ff #4cff95

Monochromatic Colors of #4cffee

#4cffee

Complementary Color

#4cffee #ff4c5d

#4cffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cffee Color CSS Codes

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

#4cffee Text Font Color

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

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


#4cffee Background Color

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

This div background color is #4cffee


#4cffee Border Color

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

This div border color is #4cffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cffee

Related Colors


Comments

No comments written yet.

Please login to write comment.