Color Hex Logo

#4cabfd Color Hex

#4CABFD
(76,171,253)
0 Favorites   0 Comments

Color spaces of #4cabfd

RGB 76171253
HSL0.580.980.65
HSV208°70°99°
CMYK 0.700.320.00   0.01
XYZ35.273037.754298.3567
Yxy37.75420.20580.2203
Hunter Lab61.4444-5.0575-51.8969
CIE-Lab67.8391-2.0636-48.7852

#4cabfd color RGB value is (76,171,253).

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

The process color (four color CMYK) of #4cabfd color hex is 0.70, 0.32, 0.00, 0.01. Web safe color of #4cabfd is #3399ff. Color #4cabfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101011 11111101
Octal 114 253 375
Decimal 76 171 253
Hex 4C AB FD

RGB Percentages of Color #4cabfd

%15.20
%34.20
%50.60

CMYK Percentages of Color #4cabfd

%70
%32
%0
%1

Triadic Colors of #4cabfd

#4cabfd #fd4cab #abfd4c

Analogous Colors of #4cabfd

#4cabfd #4c52fd #4cfdf7

Monochromatic Colors of #4cabfd

#4cabfd

Complementary Color

#4cabfd #fd9e4c

#4cabfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cabfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cabfd Color CSS Codes

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

#4cabfd Text Font Color

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

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


#4cabfd Background Color

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

This div background color is #4cabfd


#4cabfd Border Color

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

This div border color is #4cabfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cabfd


Comments

No comments written yet.

Please login to write comment.