Color Hex Logo

#4cf9ff Color Hex

#4CF9FF
(76,249,255)
0 Favorites   0 Comments

Color spaces of #4cf9ff

RGB 76249255
HSL0.511.000.65
HSV182°70°100°
CMYK 0.700.020.00   0.00
XYZ54.906276.5079106.4814
Yxy76.50790.23080.3216
Hunter Lab87.4688-41.0218-10.9494
CIE-Lab90.0946-40.8850-15.5968

#4cf9ff color RGB value is (76,249,255).

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

The process color (four color CMYK) of #4cf9ff color hex is 0.70, 0.02, 0.00, 0.00. Web safe color of #4cf9ff is #33ffff. Color #4cf9ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111001 11111111
Octal 114 371 377
Decimal 76 249 255
Hex 4C F9 FF

RGB Percentages of Color #4cf9ff

%13.10
%42.93
%43.97

CMYK Percentages of Color #4cf9ff

%70
%2
%0
%0

Triadic Colors of #4cf9ff

#4cf9ff #ff4cf9 #f9ff4c

Analogous Colors of #4cf9ff

#4cf9ff #4ca0ff #4cffac

Monochromatic Colors of #4cf9ff

#4cf9ff

Complementary Color

#4cf9ff #ff524c

#4cf9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cf9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cf9ff Color CSS Codes

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

#4cf9ff Text Font Color

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

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


#4cf9ff Background Color

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

This div background color is #4cf9ff


#4cf9ff Border Color

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

This div border color is #4cf9ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,249,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 #4cf9ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cf9ff

#4cf9ff Color Palettes


Comments

No comments written yet.

Please login to write comment.