Color Hex Logo

#4deafb Color Hex

#4DEAFB
(77,234,251)
0 Favorites   0 Comments

Color spaces of #4deafb

RGB 77234251
HSL0.520.960.64
HSV186°69°98°
CMYK 0.690.070.00   0.02
XYZ49.896067.3885101.6443
Yxy67.38850.22790.3078
Hunter Lab82.0905-35.1630-15.9494
CIE-Lab85.6998-35.0138-20.1215

#4deafb color RGB value is (77,234,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101010 11111011
Octal 115 352 373
Decimal 77 234 251
Hex 4D EA FB

RGB Percentages of Color #4deafb

%13.70
%41.64
%44.66

CMYK Percentages of Color #4deafb

%69
%7
%0
%2

Triadic Colors of #4deafb

#4deafb #fb4dea #eafb4d

Analogous Colors of #4deafb

#4deafb #4d93fb #4dfbb5

Monochromatic Colors of #4deafb

#4deafb

Complementary Color

#4deafb #fb5e4d

#4deafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4deafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4deafb Color CSS Codes

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

#4deafb Text Font Color

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

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


#4deafb Background Color

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

This div background color is #4deafb


#4deafb Border Color

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

This div border color is #4deafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4deafb


Comments

No comments written yet.

Please login to write comment.