Color Hex Logo

#4deafc Color Hex

#4DEAFC
(77,234,252)
0 Favorites   0 Comments

Color spaces of #4deafc

RGB 77234252
HSL0.520.970.65
HSV186°69°99°
CMYK 0.690.070.00   0.01
XYZ50.054167.4517102.4768
Yxy67.45170.22750.3066
Hunter Lab82.1290-34.9376-16.4891
CIE-Lab85.7315-34.7252-20.5989

#4deafc color RGB value is (77,234,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101010 11111100
Octal 115 352 374
Decimal 77 234 252
Hex 4D EA FC

RGB Percentages of Color #4deafc

%13.68
%41.56
%44.76

CMYK Percentages of Color #4deafc

%69
%7
%0
%1

Triadic Colors of #4deafc

#4deafc #fc4dea #eafc4d

Analogous Colors of #4deafc

#4deafc #4d93fc #4dfcb7

Monochromatic Colors of #4deafc

#4deafc

Complementary Color

#4deafc #fc5f4d

#4deafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4deafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4deafc Color CSS Codes

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

#4deafc Text Font Color

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

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


#4deafc Background Color

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

This div background color is #4deafc


#4deafc Border Color

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

This div border color is #4deafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4deafc


Comments

No comments written yet.

Please login to write comment.