Color Hex Logo

#4debea Color Hex

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

Color spaces of #4debea

RGB 77235234
HSL0.500.800.61
HSV180°67°92°
CMYK 0.670.000.00   0.08
XYZ47.620266.935088.2518
Yxy66.93500.23480.3300
Hunter Lab81.8138-39.2772-6.6859
CIE-Lab85.4711-40.2562-11.5236

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

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

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

Base Numbers

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

RGB Percentages of Color #4debea

%14.10
%43.04
%42.86

CMYK Percentages of Color #4debea

%67
%0
%0
%8

Triadic Colors of #4debea

#4debea #ea4deb #ebea4d

Analogous Colors of #4debea

#4debea #4d9deb #4deb9b

Monochromatic Colors of #4debea

#4debea

Complementary Color

#4debea #eb4d4e

#4debea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4debea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4debea Color CSS Codes

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

#4debea Text Font Color

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

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


#4debea Background Color

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

This div background color is #4debea


#4debea Border Color

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

This div border color is #4debea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4debea


Comments

No comments written yet.

Please login to write comment.