Color Hex Logo

#4bc2dd Color Hex

#4BC2DD
(75,194,221)
0 Favorites   0 Comments

Color spaces of #4bc2dd

RGB 75194221
HSL0.530.680.58
HSV191°66°87°
CMYK 0.660.120.00   0.13
XYZ35.244645.299975.2928
Yxy45.29990.22620.2907
Hunter Lab67.3052-24.3120-19.2127
CIE-Lab73.0889-24.7888-23.2577

#4bc2dd color RGB value is (75,194,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11000010 11011101
Octal 113 302 335
Decimal 75 194 221
Hex 4B C2 DD

RGB Percentages of Color #4bc2dd

%15.31
%39.59
%45.10

CMYK Percentages of Color #4bc2dd

%66
%12
%0
%13

Triadic Colors of #4bc2dd

#4bc2dd #dd4bc2 #c2dd4b

Analogous Colors of #4bc2dd

#4bc2dd #4b79dd #4bddaf

Monochromatic Colors of #4bc2dd

#4bc2dd

Complementary Color

#4bc2dd #dd664b

#4bc2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bc2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bc2dd Color CSS Codes

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

#4bc2dd Text Font Color

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

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


#4bc2dd Background Color

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

This div background color is #4bc2dd


#4bc2dd Border Color

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

This div border color is #4bc2dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,194,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 #4bc2dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bc2dd


Comments

No comments written yet.

Please login to write comment.