Color Hex Logo

#4ccdfb Color Hex

#4CCDFB
(76,205,251)
0 Favorites   0 Comments

Color spaces of #4ccdfb

RGB 76205251
HSL0.540.960.64
HSV196°70°98°
CMYK 0.700.180.00   0.02
XYZ42.224452.164299.1100
Yxy52.16420.21820.2696
Hunter Lab72.2248-22.0379-30.8030
CIE-Lab77.3789-20.9803-32.8295

#4ccdfb color RGB value is (76,205,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001101 11111011
Octal 114 315 373
Decimal 76 205 251
Hex 4C CD FB

RGB Percentages of Color #4ccdfb

%14.29
%38.53
%47.18

CMYK Percentages of Color #4ccdfb

%70
%18
%0
%2

Triadic Colors of #4ccdfb

#4ccdfb #fb4ccd #cdfb4c

Analogous Colors of #4ccdfb

#4ccdfb #4c76fb #4cfbd2

Monochromatic Colors of #4ccdfb

#4ccdfb

Complementary Color

#4ccdfb #fb7a4c

#4ccdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccdfb Color CSS Codes

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

#4ccdfb Text Font Color

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

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


#4ccdfb Background Color

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

This div background color is #4ccdfb


#4ccdfb Border Color

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

This div border color is #4ccdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.