Color Hex Logo

#4cc8d5 Color Hex

#4CC8D5
(76,200,213)
0 Favorites   0 Comments

Color spaces of #4cc8d5

RGB 76200213
HSL0.520.620.57
HSV186°64°84°
CMYK 0.640.060.00   0.16
XYZ35.645047.649170.2693
Yxy47.64910.23210.3103
Hunter Lab69.0283-28.6253-12.0361
CIE-Lab74.6031-29.9601-16.6229

#4cc8d5 color RGB value is (76,200,213).

#4cc8d5 hex color red value is 76, green value is 200 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #4cc8d5 hue: 0.52 , saturation: 0.62 and the lightness value of 4cc8d5 is 0.57.

The process color (four color CMYK) of #4cc8d5 color hex is 0.64, 0.06, 0.00, 0.16. Web safe color of #4cc8d5 is #33cccc. Color #4cc8d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001000 11010101
Octal 114 310 325
Decimal 76 200 213
Hex 4C C8 D5

RGB Percentages of Color #4cc8d5

%15.54
%40.90
%43.56

CMYK Percentages of Color #4cc8d5

%64
%6
%0
%16

Triadic Colors of #4cc8d5

#4cc8d5 #d54cc8 #c8d54c

Analogous Colors of #4cc8d5

#4cc8d5 #4c84d5 #4cd59e

Monochromatic Colors of #4cc8d5

#4cc8d5

Complementary Color

#4cc8d5 #d5594c

#4cc8d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cc8d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cc8d5 Color CSS Codes

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

#4cc8d5 Text Font Color

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

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


#4cc8d5 Background Color

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

This div background color is #4cc8d5


#4cc8d5 Border Color

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

This div border color is #4cc8d5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,200,213, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4cc8d5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4cc8d5;
  -webkit-box-shadow: 1px 1px 3px 2px #4cc8d5;
  box-shadow:         1px 1px 3px 2px #4cc8d5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,200,213, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cc8d5


Comments

No comments written yet.

Please login to write comment.