Color Hex Logo

#4cdceb Color Hex

#4CDCEB
(76,220,235)
0 Favorites   0 Comments

Color spaces of #4cdceb

RGB 76220235
HSL0.520.800.61
HSV186°68°92°
CMYK 0.680.060.00   0.08
XYZ43.569158.721187.6352
Yxy58.72110.22940.3092
Hunter Lab76.6297-32.6128-14.1644
CIE-Lab81.1381-33.1757-18.5591

#4cdceb color RGB value is (76,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011100 11101011
Octal 114 334 353
Decimal 76 220 235
Hex 4C DC EB

RGB Percentages of Color #4cdceb

%14.31
%41.43
%44.26

CMYK Percentages of Color #4cdceb

%68
%6
%0
%8

Triadic Colors of #4cdceb

#4cdceb #eb4cdc #dceb4c

Analogous Colors of #4cdceb

#4cdceb #4c8deb #4cebab

Monochromatic Colors of #4cdceb

#4cdceb

Complementary Color

#4cdceb #eb5b4c

#4cdceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdceb Color CSS Codes

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

#4cdceb Text Font Color

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

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


#4cdceb Background Color

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

This div background color is #4cdceb


#4cdceb Border Color

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

This div border color is #4cdceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdceb


Comments

No comments written yet.

Please login to write comment.