Color Hex Logo

#4bddce Color Hex

#4BDDCE
(75,221,206)
0 Favorites   0 Comments

Color spaces of #4bddce

RGB 75221206
HSL0.480.680.58
HSV174°66°87°
CMYK 0.660.000.07   0.13
XYZ39.898757.665067.4201
Yxy57.66500.24180.3495
Hunter Lab75.9375-39.10400.5164
CIE-Lab80.5522-41.7954-3.9975

#4bddce color RGB value is (75,221,206).

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

The process color (four color CMYK) of #4bddce color hex is 0.66, 0.00, 0.07, 0.13. Web safe color of #4bddce is #33cccc. Color #4bddce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011101 11001110
Octal 113 335 316
Decimal 75 221 206
Hex 4B DD CE

RGB Percentages of Color #4bddce

%14.94
%44.02
%41.04

CMYK Percentages of Color #4bddce

%66
%0
%7
%13

Triadic Colors of #4bddce

#4bddce #ce4bdd #ddce4b

Analogous Colors of #4bddce

#4bddce #4ba3dd #4bdd85

Monochromatic Colors of #4bddce

#4bddce

Complementary Color

#4bddce #dd4b5a

#4bddce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bddce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bddce Color CSS Codes

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

#4bddce Text Font Color

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

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


#4bddce Background Color

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

This div background color is #4bddce


#4bddce Border Color

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

This div border color is #4bddce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bddce


Comments

No comments written yet.

Please login to write comment.