Color Hex Logo

#4cdfe2 Color Hex

#4CDFE2
(76,223,226)
0 Favorites   0 Comments

Color spaces of #4cdfe2

RGB 76223226
HSL0.500.720.59
HSV181°66°89°
CMYK 0.660.010.00   0.11
XYZ43.095659.802881.2232
Yxy59.80280.23410.3248
Hunter Lab77.3323-35.8573-8.1406
CIE-Lab81.7309-37.1327-12.8843

#4cdfe2 color RGB value is (76,223,226).

#4cdfe2 hex color red value is 76, green value is 223 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #4cdfe2 hue: 0.50 , saturation: 0.72 and the lightness value of 4cdfe2 is 0.59.

The process color (four color CMYK) of #4cdfe2 color hex is 0.66, 0.01, 0.00, 0.11. Web safe color of #4cdfe2 is #33cccc. Color #4cdfe2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011111 11100010
Octal 114 337 342
Decimal 76 223 226
Hex 4C DF E2

RGB Percentages of Color #4cdfe2

%14.48
%42.48
%43.05

CMYK Percentages of Color #4cdfe2

%66
%1
%0
%11

Triadic Colors of #4cdfe2

#4cdfe2 #e24cdf #dfe24c

Analogous Colors of #4cdfe2

#4cdfe2 #4c94e2 #4ce29a

Monochromatic Colors of #4cdfe2

#4cdfe2

Complementary Color

#4cdfe2 #e24f4c

#4cdfe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdfe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdfe2 Color CSS Codes

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

#4cdfe2 Text Font Color

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

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


#4cdfe2 Background Color

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

This div background color is #4cdfe2


#4cdfe2 Border Color

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

This div border color is #4cdfe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdfe2


Comments

No comments written yet.

Please login to write comment.