Color Hex Logo

#4cccff Color Hex

#4CCCFF
(76,204,255)
1 Favorites   0 Comments

Color spaces of #4cccff

RGB 76204255
HSL0.551.000.65
HSV197°70°100°
CMYK 0.700.200.00   0.00
XYZ42.623451.9422102.3871
Yxy51.94220.21640.2637
Hunter Lab72.0709-20.5576-33.7803
CIE-Lab77.2463-19.2105-35.1715

#4cccff color RGB value is (76,204,255).

#4cccff hex color red value is 76, green value is 204 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4cccff hue: 0.55 , saturation: 1.00 and the lightness value of 4cccff is 0.65.

The process color (four color CMYK) of #4cccff color hex is 0.70, 0.20, 0.00, 0.00. Web safe color of #4cccff is #33ccff. Color #4cccff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001100 11111111
Octal 114 314 377
Decimal 76 204 255
Hex 4C CC FF

RGB Percentages of Color #4cccff

%14.21
%38.13
%47.66

CMYK Percentages of Color #4cccff

%70
%20
%0
%0

Triadic Colors of #4cccff

#4cccff #ff4ccc #ccff4c

Analogous Colors of #4cccff

#4cccff #4c73ff #4cffd9

Monochromatic Colors of #4cccff

#4cccff

Complementary Color

#4cccff #ff7f4c

#4cccff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cccff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cccff Color CSS Codes

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

#4cccff Text Font Color

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

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


#4cccff Background Color

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

This div background color is #4cccff


#4cccff Border Color

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

This div border color is #4cccff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cccff


Comments

No comments written yet.

Please login to write comment.