Color Hex Logo

#4ccfeb Color Hex

#4CCFEB
(76,207,235)
0 Favorites   0 Comments

Color spaces of #4ccfeb

RGB 76207235
HSL0.530.800.61
HSV191°68°92°
CMYK 0.680.120.00   0.08
XYZ40.288752.160386.5418
Yxy52.16030.22510.2914
Hunter Lab72.2221-26.8134-20.4902
CIE-Lab77.3766-26.8916-24.2674

#4ccfeb color RGB value is (76,207,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001111 11101011
Octal 114 317 353
Decimal 76 207 235
Hex 4C CF EB

RGB Percentages of Color #4ccfeb

%14.67
%39.96
%45.37

CMYK Percentages of Color #4ccfeb

%68
%12
%0
%8

Triadic Colors of #4ccfeb

#4ccfeb #eb4ccf #cfeb4c

Analogous Colors of #4ccfeb

#4ccfeb #4c80eb #4cebb8

Monochromatic Colors of #4ccfeb

#4ccfeb

Complementary Color

#4ccfeb #eb684c

#4ccfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccfeb Color CSS Codes

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

#4ccfeb Text Font Color

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

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


#4ccfeb Background Color

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

This div background color is #4ccfeb


#4ccfeb Border Color

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

This div border color is #4ccfeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,207,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 #4ccfeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccfeb


Comments

No comments written yet.

Please login to write comment.