Color Hex Logo

#4deaeb Color Hex

#4DEAEB
(77,234,235)
0 Favorites   0 Comments

Color spaces of #4deaeb

RGB 77234235
HSL0.500.800.61
HSV180°67°92°
CMYK 0.670.000.00   0.08
XYZ47.478866.421688.9155
Yxy66.42160.23410.3275
Hunter Lab81.4994-38.6360-7.6355
CIE-Lab85.2110-39.5286-12.4384

#4deaeb color RGB value is (77,234,235).

#4deaeb hex color red value is 77, green value is 234 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4deaeb hue: 0.50 , saturation: 0.80 and the lightness value of 4deaeb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101010 11101011
Octal 115 352 353
Decimal 77 234 235
Hex 4D EA EB

RGB Percentages of Color #4deaeb

%14.10
%42.86
%43.04

CMYK Percentages of Color #4deaeb

%67
%0
%0
%8

Triadic Colors of #4deaeb

#4deaeb #eb4dea #eaeb4d

Analogous Colors of #4deaeb

#4deaeb #4d9beb #4deb9d

Monochromatic Colors of #4deaeb

#4deaeb

Complementary Color

#4deaeb #eb4e4d

#4deaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4deaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4deaeb Color CSS Codes

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

#4deaeb Text Font Color

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

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


#4deaeb Background Color

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

This div background color is #4deaeb


#4deaeb Border Color

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

This div border color is #4deaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4deaeb


Comments

No comments written yet.

Please login to write comment.