Color Hex Logo

#4deaff Color Hex

#4DEAFF
(77,234,255)
0 Favorites   0 Comments

Color spaces of #4deaff

RGB 77234255
HSL0.521.000.65
HSV187°70°100°
CMYK 0.700.080.00   0.00
XYZ50.533467.6434105.0008
Yxy67.64340.22640.3031
Hunter Lab82.2456-34.2557-18.1221
CIE-Lab85.8278-33.8555-22.0290

#4deaff color RGB value is (77,234,255).

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

The process color (four color CMYK) of #4deaff color hex is 0.70, 0.08, 0.00, 0.00. Web safe color of #4deaff is #66ffff. Color #4deaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101010 11111111
Octal 115 352 377
Decimal 77 234 255
Hex 4D EA FF

RGB Percentages of Color #4deaff

%13.60
%41.34
%45.05

CMYK Percentages of Color #4deaff

%70
%8
%0
%0

Triadic Colors of #4deaff

#4deaff #ff4dea #eaff4d

Analogous Colors of #4deaff

#4deaff #4d91ff #4dffbb

Monochromatic Colors of #4deaff

#4deaff

Complementary Color

#4deaff #ff624d

#4deaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4deaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4deaff Color CSS Codes

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

#4deaff Text Font Color

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

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


#4deaff Background Color

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

This div background color is #4deaff


#4deaff Border Color

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

This div border color is #4deaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4deaff


Comments

No comments written yet.

Please login to write comment.