Color Hex Logo

#4ccefc Color Hex

#4CCEFC
(76,206,252)
0 Favorites   0 Comments

Color spaces of #4ccefc

RGB 76206252
HSL0.540.970.64
HSV196°70°99°
CMYK 0.700.180.00   0.01
XYZ42.622552.7074100.0226
Yxy52.70740.21820.2698
Hunter Lab72.5999-22.2546-30.8654
CIE-Lab77.7019-21.1773-32.8657

#4ccefc color RGB value is (76,206,252).

#4ccefc hex color red value is 76, green value is 206 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4ccefc hue: 0.54 , saturation: 0.97 and the lightness value of 4ccefc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001110 11111100
Octal 114 316 374
Decimal 76 206 252
Hex 4C CE FC

RGB Percentages of Color #4ccefc

%14.23
%38.58
%47.19

CMYK Percentages of Color #4ccefc

%70
%18
%0
%1

Triadic Colors of #4ccefc

#4ccefc #fc4cce #cefc4c

Analogous Colors of #4ccefc

#4ccefc #4c76fc #4cfcd2

Monochromatic Colors of #4ccefc

#4ccefc

Complementary Color

#4ccefc #fc7a4c

#4ccefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccefc Color CSS Codes

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

#4ccefc Text Font Color

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

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


#4ccefc Background Color

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

This div background color is #4ccefc


#4ccefc Border Color

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

This div border color is #4ccefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccefc

Related Colors


Comments

No comments written yet.

Please login to write comment.