Color Hex Logo

#4decfb Color Hex

#4DECFB
(77,236,251)
0 Favorites   0 Comments

Color spaces of #4decfb

RGB 77236251
HSL0.510.960.64
HSV185°69°98°
CMYK 0.690.060.00   0.02
XYZ50.468668.5337101.8351
Yxy68.53370.22850.3103
Hunter Lab82.7851-36.0542-14.9839
CIE-Lab86.2726-35.9459-19.2560

#4decfb color RGB value is (77,236,251).

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

The process color (four color CMYK) of #4decfb color hex is 0.69, 0.06, 0.00, 0.02. Web safe color of #4decfb is #66ffff. Color #4decfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101100 11111011
Octal 115 354 373
Decimal 77 236 251
Hex 4D EC FB

RGB Percentages of Color #4decfb

%13.65
%41.84
%44.50

CMYK Percentages of Color #4decfb

%69
%6
%0
%2

Triadic Colors of #4decfb

#4decfb #fb4dec #ecfb4d

Analogous Colors of #4decfb

#4decfb #4d95fb #4dfbb3

Monochromatic Colors of #4decfb

#4decfb

Complementary Color

#4decfb #fb5c4d

#4decfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4decfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4decfb Color CSS Codes

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

#4decfb Text Font Color

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

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


#4decfb Background Color

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

This div background color is #4decfb


#4decfb Border Color

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

This div border color is #4decfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4decfb


Comments

No comments written yet.

Please login to write comment.