Color Hex Logo

#4ebbcb Color Hex

#4EBBCB
(78,187,203)
0 Favorites   0 Comments

Color spaces of #4ebbcb

RGB 78187203
HSL0.520.550.55
HSV188°62°80°
CMYK 0.620.080.00   0.20
XYZ31.691741.472162.8345
Yxy41.47210.23300.3049
Hunter Lab64.3988-24.8552-12.7706
CIE-Lab70.5054-26.1534-17.3636

#4ebbcb color RGB value is (78,187,203).

#4ebbcb hex color red value is 78, green value is 187 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4ebbcb hue: 0.52 , saturation: 0.55 and the lightness value of 4ebbcb is 0.55.

The process color (four color CMYK) of #4ebbcb color hex is 0.62, 0.08, 0.00, 0.20. Web safe color of #4ebbcb is #66cccc. Color #4ebbcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111011 11001011
Octal 116 273 313
Decimal 78 187 203
Hex 4E BB CB

RGB Percentages of Color #4ebbcb

%16.67
%39.96
%43.38

CMYK Percentages of Color #4ebbcb

%62
%8
%0
%20

Triadic Colors of #4ebbcb

#4ebbcb #cb4ebb #bbcb4e

Analogous Colors of #4ebbcb

#4ebbcb #4e7dcb #4ecb9d

Monochromatic Colors of #4ebbcb

#4ebbcb

Complementary Color

#4ebbcb #cb5e4e

#4ebbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebbcb Color CSS Codes

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

#4ebbcb Text Font Color

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

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


#4ebbcb Background Color

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

This div background color is #4ebbcb


#4ebbcb Border Color

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

This div border color is #4ebbcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,187,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4ebbcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4ebbcb;
  -webkit-box-shadow: 1px 1px 3px 2px #4ebbcb;
  box-shadow:         1px 1px 3px 2px #4ebbcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,187,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebbcb


Comments

No comments written yet.

Please login to write comment.