Color Hex Logo

#4ccfec Color Hex

#4CCFEC
(76,207,236)
0 Favorites   0 Comments

Color spaces of #4ccfec

RGB 76207236
HSL0.530.810.61
HSV191°68°93°
CMYK 0.680.120.00   0.07
XYZ40.433652.218387.3049
Yxy52.21830.22470.2902
Hunter Lab72.2622-26.5810-21.0487
CIE-Lab77.4112-26.5910-24.7507

#4ccfec color RGB value is (76,207,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001111 11101100
Octal 114 317 354
Decimal 76 207 236
Hex 4C CF EC

RGB Percentages of Color #4ccfec

%14.64
%39.88
%45.47

CMYK Percentages of Color #4ccfec

%68
%12
%0
%7

Triadic Colors of #4ccfec

#4ccfec #ec4ccf #cfec4c

Analogous Colors of #4ccfec

#4ccfec #4c7fec #4cecb9

Monochromatic Colors of #4ccfec

#4ccfec

Complementary Color

#4ccfec #ec694c

#4ccfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccfec Color CSS Codes

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

#4ccfec Text Font Color

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

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


#4ccfec Background Color

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

This div background color is #4ccfec


#4ccfec Border Color

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

This div border color is #4ccfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccfec


Comments

No comments written yet.

Please login to write comment.