Color Hex Logo

#4ccaf8 Color Hex

#4CCAF8
(76,202,248)
0 Favorites   0 Comments

Color spaces of #4ccaf8

RGB 76202248
HSL0.540.920.64
HSV196°69°97°
CMYK 0.690.190.00   0.03
XYZ41.044350.554996.4017
Yxy50.55490.21830.2689
Hunter Lab71.1020-21.3876-30.6154
CIE-Lab76.4086-20.3857-32.7206

#4ccaf8 color RGB value is (76,202,248).

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

The process color (four color CMYK) of #4ccaf8 color hex is 0.69, 0.19, 0.00, 0.03. Web safe color of #4ccaf8 is #33ccff. Color #4ccaf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001010 11111000
Octal 114 312 370
Decimal 76 202 248
Hex 4C CA F8

RGB Percentages of Color #4ccaf8

%14.45
%38.40
%47.15

CMYK Percentages of Color #4ccaf8

%69
%19
%0
%3

Triadic Colors of #4ccaf8

#4ccaf8 #f84cca #caf84c

Analogous Colors of #4ccaf8

#4ccaf8 #4c74f8 #4cf8d0

Monochromatic Colors of #4ccaf8

#4ccaf8

Complementary Color

#4ccaf8 #f87a4c

#4ccaf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccaf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccaf8 Color CSS Codes

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

#4ccaf8 Text Font Color

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

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


#4ccaf8 Background Color

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

This div background color is #4ccaf8


#4ccaf8 Border Color

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

This div border color is #4ccaf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccaf8


Comments

No comments written yet.

Please login to write comment.