Color Hex Logo

#4befdd Color Hex

#4BEFDD
(75,239,221)
0 Favorites   0 Comments

Color spaces of #4befdd

RGB 75239221
HSL0.480.840.62
HSV173°69°94°
CMYK 0.690.000.08   0.06
XYZ46.819368.449379.1510
Yxy68.44930.24080.3521
Hunter Lab82.7341-43.77131.1916
CIE-Lab86.2306-45.7689-3.5703

#4befdd color RGB value is (75,239,221).

#4befdd hex color red value is 75, green value is 239 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4befdd hue: 0.48 , saturation: 0.84 and the lightness value of 4befdd is 0.62.

The process color (four color CMYK) of #4befdd color hex is 0.69, 0.00, 0.08, 0.06. Web safe color of #4befdd is #33ffcc. Color #4befdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101111 11011101
Octal 113 357 335
Decimal 75 239 221
Hex 4B EF DD

RGB Percentages of Color #4befdd

%14.02
%44.67
%41.31

CMYK Percentages of Color #4befdd

%69
%0
%8
%6

Triadic Colors of #4befdd

#4befdd #dd4bef #efdd4b

Analogous Colors of #4befdd

#4befdd #4bafef #4bef8b

Monochromatic Colors of #4befdd

#4befdd

Complementary Color

#4befdd #ef4b5d

#4befdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4befdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4befdd Color CSS Codes

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

#4befdd Text Font Color

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

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


#4befdd Background Color

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

This div background color is #4befdd


#4befdd Border Color

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

This div border color is #4befdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,239,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4befdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4befdd;
  -webkit-box-shadow: 1px 1px 3px 2px #4befdd;
  box-shadow:         1px 1px 3px 2px #4befdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,239,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4befdd


Comments

No comments written yet.

Please login to write comment.