Color Hex Logo

#4ceefc Color Hex

#4CEEFC
(76,238,252)
0 Favorites   0 Comments

Color spaces of #4ceefc

RGB 76238252
HSL0.510.970.64
HSV185°70°99°
CMYK 0.700.060.00   0.01
XYZ51.125769.7138102.8570
Yxy69.71380.22850.3116
Hunter Lab83.4948-36.8164-14.5928
CIE-Lab86.8563-36.7122-18.9017

#4ceefc color RGB value is (76,238,252).

#4ceefc hex color red value is 76, green value is 238 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4ceefc hue: 0.51 , saturation: 0.97 and the lightness value of 4ceefc is 0.64.

The process color (four color CMYK) of #4ceefc color hex is 0.70, 0.06, 0.00, 0.01. Web safe color of #4ceefc is #33ffff. Color #4ceefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101110 11111100
Octal 114 356 374
Decimal 76 238 252
Hex 4C EE FC

RGB Percentages of Color #4ceefc

%13.43
%42.05
%44.52

CMYK Percentages of Color #4ceefc

%70
%6
%0
%1

Triadic Colors of #4ceefc

#4ceefc #fc4cee #eefc4c

Analogous Colors of #4ceefc

#4ceefc #4c96fc #4cfcb2

Monochromatic Colors of #4ceefc

#4ceefc

Complementary Color

#4ceefc #fc5a4c

#4ceefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ceefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ceefc Color CSS Codes

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

#4ceefc Text Font Color

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

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


#4ceefc Background Color

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

This div background color is #4ceefc


#4ceefc Border Color

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

This div border color is #4ceefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ceefc


Comments

No comments written yet.

Please login to write comment.