Color Hex Logo

#4bccde Color Hex

#4BCCDE
(75,204,222)
0 Favorites   0 Comments

Color spaces of #4bccde

RGB 75204222
HSL0.520.690.58
HSV187°66°87°
CMYK 0.660.080.00   0.13
XYZ37.679349.955576.7637
Yxy49.95550.22920.3039
Hunter Lab70.6792-28.5297-14.9186
CIE-Lab76.0419-29.4292-19.3105

#4bccde color RGB value is (75,204,222).

#4bccde hex color red value is 75, green value is 204 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4bccde hue: 0.52 , saturation: 0.69 and the lightness value of 4bccde is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001100 11011110
Octal 113 314 336
Decimal 75 204 222
Hex 4B CC DE

RGB Percentages of Color #4bccde

%14.97
%40.72
%44.31

CMYK Percentages of Color #4bccde

%66
%8
%0
%13

Triadic Colors of #4bccde

#4bccde #de4bcc #ccde4b

Analogous Colors of #4bccde

#4bccde #4b83de #4bdea7

Monochromatic Colors of #4bccde

#4bccde

Complementary Color

#4bccde #de5d4b

#4bccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bccde Color CSS Codes

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

#4bccde Text Font Color

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

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


#4bccde Background Color

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

This div background color is #4bccde


#4bccde Border Color

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

This div border color is #4bccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bccde


Comments

No comments written yet.

Please login to write comment.