Color Hex Logo

#4cdbec Color Hex

#4CDBEC
(76,219,236)
0 Favorites   0 Comments

Color spaces of #4cdbec

RGB 76219236
HSL0.520.810.61
HSV186°68°93°
CMYK 0.680.070.00   0.07
XYZ43.452358.255788.3112
Yxy58.25570.22870.3066
Hunter Lab76.3254-31.9489-15.1728
CIE-Lab80.8807-32.4114-19.4799

#4cdbec color RGB value is (76,219,236).

#4cdbec hex color red value is 76, green value is 219 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4cdbec hue: 0.52 , saturation: 0.81 and the lightness value of 4cdbec is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011011 11101100
Octal 114 333 354
Decimal 76 219 236
Hex 4C DB EC

RGB Percentages of Color #4cdbec

%14.31
%41.24
%44.44

CMYK Percentages of Color #4cdbec

%68
%7
%0
%7

Triadic Colors of #4cdbec

#4cdbec #ec4cdb #dbec4c

Analogous Colors of #4cdbec

#4cdbec #4c8bec #4cecad

Monochromatic Colors of #4cdbec

#4cdbec

Complementary Color

#4cdbec #ec5d4c

#4cdbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdbec Color CSS Codes

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

#4cdbec Text Font Color

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

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


#4cdbec Background Color

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

This div background color is #4cdbec


#4cdbec Border Color

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

This div border color is #4cdbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdbec


Comments

No comments written yet.

Please login to write comment.