Color Hex Logo

#4ccbdb Color Hex

#4CCBDB
(76,203,219)
0 Favorites   0 Comments

Color spaces of #4ccbdb

RGB 76203219
HSL0.520.670.58
HSV187°65°86°
CMYK 0.650.070.00   0.14
XYZ37.122649.362874.5892
Yxy49.36280.23050.3065
Hunter Lab70.2587-28.6385-13.7634
CIE-Lab75.6765-29.6719-18.2437

#4ccbdb color RGB value is (76,203,219).

#4ccbdb hex color red value is 76, green value is 203 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4ccbdb hue: 0.52 , saturation: 0.67 and the lightness value of 4ccbdb is 0.58.

The process color (four color CMYK) of #4ccbdb color hex is 0.65, 0.07, 0.00, 0.14. Web safe color of #4ccbdb is #33cccc. Color #4ccbdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001011 11011011
Octal 114 313 333
Decimal 76 203 219
Hex 4C CB DB

RGB Percentages of Color #4ccbdb

%15.26
%40.76
%43.98

CMYK Percentages of Color #4ccbdb

%65
%7
%0
%14

Triadic Colors of #4ccbdb

#4ccbdb #db4ccb #cbdb4c

Analogous Colors of #4ccbdb

#4ccbdb #4c84db #4cdba4

Monochromatic Colors of #4ccbdb

#4ccbdb

Complementary Color

#4ccbdb #db5c4c

#4ccbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccbdb Color CSS Codes

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

#4ccbdb Text Font Color

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

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


#4ccbdb Background Color

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

This div background color is #4ccbdb


#4ccbdb Border Color

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

This div border color is #4ccbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccbdb


Comments

No comments written yet.

Please login to write comment.