Color Hex Logo

#4ceeeb Color Hex

#4CEEEB
(76,238,235)
0 Favorites   0 Comments

Color spaces of #4ceeeb

RGB 76238235
HSL0.500.830.62
HSV179°68°93°
CMYK 0.680.000.01   0.07
XYZ48.550468.683789.2957
Yxy68.68370.23510.3326
Hunter Lab82.8756-40.4631-5.8700
CIE-Lab86.3472-41.4633-10.7455

#4ceeeb color RGB value is (76,238,235).

#4ceeeb hex color red value is 76, green value is 238 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4ceeeb hue: 0.50 , saturation: 0.83 and the lightness value of 4ceeeb is 0.62.

The process color (four color CMYK) of #4ceeeb color hex is 0.68, 0.00, 0.01, 0.07. Web safe color of #4ceeeb is #33ffff. Color #4ceeeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101110 11101011
Octal 114 356 353
Decimal 76 238 235
Hex 4C EE EB

RGB Percentages of Color #4ceeeb

%13.84
%43.35
%42.81

CMYK Percentages of Color #4ceeeb

%68
%0
%1
%7

Triadic Colors of #4ceeeb

#4ceeeb #eb4cee #eeeb4c

Analogous Colors of #4ceeeb

#4ceeeb #4ca0ee #4cee9a

Monochromatic Colors of #4ceeeb

#4ceeeb

Complementary Color

#4ceeeb #ee4c4f

#4ceeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ceeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ceeeb Color CSS Codes

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

#4ceeeb Text Font Color

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

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


#4ceeeb Background Color

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

This div background color is #4ceeeb


#4ceeeb Border Color

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

This div border color is #4ceeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ceeeb


Comments

No comments written yet.

Please login to write comment.