Color Hex Logo

#4cbee6 Color Hex

#4CBEE6
(76,190,230)
0 Favorites   0 Comments

Color spaces of #4cbee6

RGB 76190230
HSL0.540.750.60
HSV196°67°90°
CMYK 0.670.170.00   0.10
XYZ35.676944.076681.4902
Yxy44.07660.22130.2734
Hunter Lab66.3902-20.2602-26.3019
CIE-Lab72.2797-19.8379-29.3780

#4cbee6 color RGB value is (76,190,230).

#4cbee6 hex color red value is 76, green value is 190 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #4cbee6 hue: 0.54 , saturation: 0.75 and the lightness value of 4cbee6 is 0.60.

The process color (four color CMYK) of #4cbee6 color hex is 0.67, 0.17, 0.00, 0.10. Web safe color of #4cbee6 is #33ccff. Color #4cbee6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111110 11100110
Octal 114 276 346
Decimal 76 190 230
Hex 4C BE E6

RGB Percentages of Color #4cbee6

%15.32
%38.31
%46.37

CMYK Percentages of Color #4cbee6

%67
%17
%0
%10

Triadic Colors of #4cbee6

#4cbee6 #e64cbe #bee64c

Analogous Colors of #4cbee6

#4cbee6 #4c71e6 #4ce6c1

Monochromatic Colors of #4cbee6

#4cbee6

Complementary Color

#4cbee6 #e6744c

#4cbee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbee6 Color CSS Codes

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

#4cbee6 Text Font Color

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

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


#4cbee6 Background Color

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

This div background color is #4cbee6


#4cbee6 Border Color

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

This div border color is #4cbee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbee6


Comments

No comments written yet.

Please login to write comment.