Color Hex Logo

#4bc6ea Color Hex

#4BC6EA
(75,198,234)
0 Favorites   0 Comments

Color spaces of #4bc6ea

RGB 75198234
HSL0.540.790.61
HSV194°68°92°
CMYK 0.680.150.00   0.08
XYZ37.947047.824585.0729
Yxy47.82450.22210.2799
Hunter Lab69.1553-23.0749-24.5282
CIE-Lab74.7141-22.8380-27.8038

#4bc6ea color RGB value is (75,198,234).

#4bc6ea hex color red value is 75, green value is 198 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4bc6ea hue: 0.54 , saturation: 0.79 and the lightness value of 4bc6ea is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11000110 11101010
Octal 113 306 352
Decimal 75 198 234
Hex 4B C6 EA

RGB Percentages of Color #4bc6ea

%14.79
%39.05
%46.15

CMYK Percentages of Color #4bc6ea

%68
%15
%0
%8

Triadic Colors of #4bc6ea

#4bc6ea #ea4bc6 #c6ea4b

Analogous Colors of #4bc6ea

#4bc6ea #4b77ea #4beabf

Monochromatic Colors of #4bc6ea

#4bc6ea

Complementary Color

#4bc6ea #ea6f4b

#4bc6ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bc6ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bc6ea Color CSS Codes

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

#4bc6ea Text Font Color

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

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


#4bc6ea Background Color

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

This div background color is #4bc6ea


#4bc6ea Border Color

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

This div border color is #4bc6ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,198,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4bc6ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4bc6ea;
  -webkit-box-shadow: 1px 1px 3px 2px #4bc6ea;
  box-shadow:         1px 1px 3px 2px #4bc6ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,198,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bc6ea


Comments

No comments written yet.

Please login to write comment.