Color Hex Logo

#4cddf0 Color Hex

#4CDDF0
(76,221,240)
0 Favorites   0 Comments

Color spaces of #4cddf0

RGB 76221240
HSL0.520.850.62
HSV187°68°94°
CMYK 0.680.080.00   0.06
XYZ44.565159.540791.5817
Yxy59.54070.22770.3043
Hunter Lab77.1626-31.9423-16.3555
CIE-Lab81.5879-32.1991-20.5352

#4cddf0 color RGB value is (76,221,240).

#4cddf0 hex color red value is 76, green value is 221 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #4cddf0 hue: 0.52 , saturation: 0.85 and the lightness value of 4cddf0 is 0.62.

The process color (four color CMYK) of #4cddf0 color hex is 0.68, 0.08, 0.00, 0.06. Web safe color of #4cddf0 is #33ccff. Color #4cddf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011101 11110000
Octal 114 335 360
Decimal 76 221 240
Hex 4C DD F0

RGB Percentages of Color #4cddf0

%14.15
%41.15
%44.69

CMYK Percentages of Color #4cddf0

%68
%8
%0
%6

Triadic Colors of #4cddf0

#4cddf0 #f04cdd #ddf04c

Analogous Colors of #4cddf0

#4cddf0 #4c8bf0 #4cf0b1

Monochromatic Colors of #4cddf0

#4cddf0

Complementary Color

#4cddf0 #f05f4c

#4cddf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cddf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cddf0 Color CSS Codes

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

#4cddf0 Text Font Color

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

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


#4cddf0 Background Color

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

This div background color is #4cddf0


#4cddf0 Border Color

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

This div border color is #4cddf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cddf0


Comments

No comments written yet.

Please login to write comment.