Color Hex Logo

#4ccbdf Color Hex

#4CCBDF
(76,203,223)
0 Favorites   0 Comments

Color spaces of #4ccbdf

RGB 76203223
HSL0.520.700.59
HSV188°66°87°
CMYK 0.660.090.00   0.13
XYZ37.655749.576177.3965
Yxy49.57610.22870.3011
Hunter Lab70.4103-27.7555-15.8856
CIE-Lab75.8083-28.4990-20.2011

#4ccbdf color RGB value is (76,203,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001011 11011111
Octal 114 313 337
Decimal 76 203 223
Hex 4C CB DF

RGB Percentages of Color #4ccbdf

%15.14
%40.44
%44.42

CMYK Percentages of Color #4ccbdf

%66
%9
%0
%13

Triadic Colors of #4ccbdf

#4ccbdf #df4ccb #cbdf4c

Analogous Colors of #4ccbdf

#4ccbdf #4c82df #4cdfaa

Monochromatic Colors of #4ccbdf

#4ccbdf

Complementary Color

#4ccbdf #df604c

#4ccbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccbdf Color CSS Codes

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

#4ccbdf Text Font Color

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

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


#4ccbdf Background Color

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

This div background color is #4ccbdf


#4ccbdf Border Color

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

This div border color is #4ccbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccbdf


Comments

No comments written yet.

Please login to write comment.