Color Hex Logo

#4bddec Color Hex

#4BDDEC
(75,221,236)
0 Favorites   0 Comments

Color spaces of #4bddec

RGB 75221236
HSL0.520.810.61
HSV186°68°93°
CMYK 0.680.060.00   0.07
XYZ43.898459.264988.4825
Yxy59.26490.22910.3092
Hunter Lab76.9837-32.9355-14.2574
CIE-Lab81.4370-33.4954-18.6413

#4bddec color RGB value is (75,221,236).

#4bddec hex color red value is 75, green value is 221 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4bddec hue: 0.52 , saturation: 0.81 and the lightness value of 4bddec is 0.61.

The process color (four color CMYK) of #4bddec color hex is 0.68, 0.06, 0.00, 0.07. Web safe color of #4bddec is #33ccff. Color #4bddec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011101 11101100
Octal 113 335 354
Decimal 75 221 236
Hex 4B DD EC

RGB Percentages of Color #4bddec

%14.10
%41.54
%44.36

CMYK Percentages of Color #4bddec

%68
%6
%0
%7

Triadic Colors of #4bddec

#4bddec #ec4bdd #ddec4b

Analogous Colors of #4bddec

#4bddec #4b8dec #4becab

Monochromatic Colors of #4bddec

#4bddec

Complementary Color

#4bddec #ec5a4b

#4bddec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bddec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bddec Color CSS Codes

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

#4bddec Text Font Color

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

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


#4bddec Background Color

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

This div background color is #4bddec


#4bddec Border Color

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

This div border color is #4bddec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bddec


Comments

No comments written yet.

Please login to write comment.