Color Hex Logo

#4cefde Color Hex

#4CEFDE
(76,239,222)
0 Favorites   0 Comments

Color spaces of #4cefde

RGB 76239222
HSL0.480.840.62
HSV174°68°94°
CMYK 0.680.000.07   0.06
XYZ47.031868.543479.8586
Yxy68.54340.24070.3507
Hunter Lab82.7909-43.48200.7636
CIE-Lab86.2774-45.3742-4.0239

#4cefde color RGB value is (76,239,222).

#4cefde hex color red value is 76, green value is 239 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4cefde hue: 0.48 , saturation: 0.84 and the lightness value of 4cefde is 0.62.

The process color (four color CMYK) of #4cefde color hex is 0.68, 0.00, 0.07, 0.06. Web safe color of #4cefde is #33ffcc. Color #4cefde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101111 11011110
Octal 114 357 336
Decimal 76 239 222
Hex 4C EF DE

RGB Percentages of Color #4cefde

%14.15
%44.51
%41.34

CMYK Percentages of Color #4cefde

%68
%0
%7
%6

Triadic Colors of #4cefde

#4cefde #de4cef #efde4c

Analogous Colors of #4cefde

#4cefde #4cafef #4cef8d

Monochromatic Colors of #4cefde

#4cefde

Complementary Color

#4cefde #ef4c5d

#4cefde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cefde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cefde Color CSS Codes

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

#4cefde Text Font Color

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

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


#4cefde Background Color

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

This div background color is #4cefde


#4cefde Border Color

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

This div border color is #4cefde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cefde


Comments

No comments written yet.

Please login to write comment.