Color Hex Logo

#4db4fc Color Hex

#4DB4FC
(77,180,252)
0 Favorites   0 Comments

Color spaces of #4db4fc

RGB 77180252
HSL0.570.970.65
HSV205°69°99°
CMYK 0.690.290.00   0.01
XYZ36.952541.248698.1096
Yxy41.24860.20960.2340
Hunter Lab64.2251-9.6922-45.6133
CIE-Lab70.3497-7.2709-44.2944

#4db4fc color RGB value is (77,180,252).

#4db4fc hex color red value is 77, green value is 180 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4db4fc hue: 0.57 , saturation: 0.97 and the lightness value of 4db4fc is 0.65.

The process color (four color CMYK) of #4db4fc color hex is 0.69, 0.29, 0.00, 0.01. Web safe color of #4db4fc is #66ccff. Color #4db4fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10110100 11111100
Octal 115 264 374
Decimal 77 180 252
Hex 4D B4 FC

RGB Percentages of Color #4db4fc

%15.13
%35.36
%49.51

CMYK Percentages of Color #4db4fc

%69
%29
%0
%1

Triadic Colors of #4db4fc

#4db4fc #fc4db4 #b4fc4d

Analogous Colors of #4db4fc

#4db4fc #4d5cfc #4dfced

Monochromatic Colors of #4db4fc

#4db4fc

Complementary Color

#4db4fc #fc954d

#4db4fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4db4fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4db4fc Color CSS Codes

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

#4db4fc Text Font Color

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

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


#4db4fc Background Color

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

This div background color is #4db4fc


#4db4fc Border Color

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

This div border color is #4db4fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,180,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4db4fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4db4fc;
  -webkit-box-shadow: 1px 1px 3px 2px #4db4fc;
  box-shadow:         1px 1px 3px 2px #4db4fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,180,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4db4fc


Comments

No comments written yet.

Please login to write comment.