Color Hex Logo

#4cbafd Color Hex

#4CBAFD
(76,186,253)
0 Favorites   0 Comments

Color spaces of #4cbafd

RGB 76186253
HSL0.560.980.65
HSV203°70°99°
CMYK 0.700.260.00   0.01
XYZ38.269043.746299.3554
Yxy43.74620.21100.2412
Hunter Lab66.1409-12.4668-42.7655
CIE-Lab72.0585-10.3531-42.1625

#4cbafd color RGB value is (76,186,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111010 11111101
Octal 114 272 375
Decimal 76 186 253
Hex 4C BA FD

RGB Percentages of Color #4cbafd

%14.76
%36.12
%49.13

CMYK Percentages of Color #4cbafd

%70
%26
%0
%1

Triadic Colors of #4cbafd

#4cbafd #fd4cba #bafd4c

Analogous Colors of #4cbafd

#4cbafd #4c62fd #4cfde8

Monochromatic Colors of #4cbafd

#4cbafd

Complementary Color

#4cbafd #fd8f4c

#4cbafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbafd Color CSS Codes

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

#4cbafd Text Font Color

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

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


#4cbafd Background Color

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

This div background color is #4cbafd


#4cbafd Border Color

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

This div border color is #4cbafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbafd


Comments

No comments written yet.

Please login to write comment.