Color Hex Logo

#4ccdeb Color Hex

#4CCDEB
(76,205,235)
0 Favorites   0 Comments

Color spaces of #4ccdeb

RGB 76205235
HSL0.530.800.61
HSV191°68°92°
CMYK 0.680.130.00   0.08
XYZ39.807251.197386.3813
Yxy51.19730.22440.2886
Hunter Lab71.5523-25.9103-21.4911
CIE-Lab76.7984-25.9016-25.1498

#4ccdeb color RGB value is (76,205,235).

#4ccdeb hex color red value is 76, green value is 205 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4ccdeb hue: 0.53 , saturation: 0.80 and the lightness value of 4ccdeb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001101 11101011
Octal 114 315 353
Decimal 76 205 235
Hex 4C CD EB

RGB Percentages of Color #4ccdeb

%14.73
%39.73
%45.54

CMYK Percentages of Color #4ccdeb

%68
%13
%0
%8

Triadic Colors of #4ccdeb

#4ccdeb #eb4ccd #cdeb4c

Analogous Colors of #4ccdeb

#4ccdeb #4c7eeb #4cebba

Monochromatic Colors of #4ccdeb

#4ccdeb

Complementary Color

#4ccdeb #eb6a4c

#4ccdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccdeb Color CSS Codes

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

#4ccdeb Text Font Color

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

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


#4ccdeb Background Color

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

This div background color is #4ccdeb


#4ccdeb Border Color

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

This div border color is #4ccdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccdeb


Comments

No comments written yet.

Please login to write comment.