Color Hex Logo

#4cdaff Color Hex

#4CDAFF
(76,218,255)
0 Favorites   0 Comments

Color spaces of #4cdaff

RGB 76218255
HSL0.531.000.65
HSV192°70°100°
CMYK 0.700.150.00   0.00
XYZ46.101958.8993103.5466
Yxy58.89930.22110.2824
Hunter Lab76.7459-27.0788-26.2728
CIE-Lab81.2362-26.2685-29.0291

#4cdaff color RGB value is (76,218,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011010 11111111
Octal 114 332 377
Decimal 76 218 255
Hex 4C DA FF

RGB Percentages of Color #4cdaff

%13.84
%39.71
%46.45

CMYK Percentages of Color #4cdaff

%70
%15
%0
%0

Triadic Colors of #4cdaff

#4cdaff #ff4cda #daff4c

Analogous Colors of #4cdaff

#4cdaff #4c81ff #4cffcb

Monochromatic Colors of #4cdaff

#4cdaff

Complementary Color

#4cdaff #ff714c

#4cdaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdaff Color CSS Codes

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

#4cdaff Text Font Color

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

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


#4cdaff Background Color

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

This div background color is #4cdaff


#4cdaff Border Color

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

This div border color is #4cdaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdaff


Comments

No comments written yet.

Please login to write comment.