Color Hex Logo

#4ccafd Color Hex

#4CCAFD
(76,202,253)
0 Favorites   0 Comments

Color spaces of #4ccafd

RGB 76202253
HSL0.550.980.65
HSV197°70°99°
CMYK 0.700.200.00   0.01
XYZ41.830650.8694100.5426
Yxy50.86940.21650.2632
Hunter Lab71.3228-20.1252-33.6542
CIE-Lab76.5998-18.8119-35.1022

#4ccafd color RGB value is (76,202,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001010 11111101
Octal 114 312 375
Decimal 76 202 253
Hex 4C CA FD

RGB Percentages of Color #4ccafd

%14.31
%38.04
%47.65

CMYK Percentages of Color #4ccafd

%70
%20
%0
%1

Triadic Colors of #4ccafd

#4ccafd #fd4cca #cafd4c

Analogous Colors of #4ccafd

#4ccafd #4c72fd #4cfdd8

Monochromatic Colors of #4ccafd

#4ccafd

Complementary Color

#4ccafd #fd7f4c

#4ccafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccafd Color CSS Codes

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

#4ccafd Text Font Color

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

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


#4ccafd Background Color

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

This div background color is #4ccafd


#4ccafd Border Color

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

This div border color is #4ccafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccafd


Comments

No comments written yet.

Please login to write comment.