Color Hex Logo

#2ebdcc Color Hex

#2EBDCC
(46,189,204)
0 Favorites   0 Comments

Color spaces of #2ebdcc

RGB 46189204
HSL0.520.630.49
HSV186°77°80°
CMYK 0.770.070.00   0.20
XYZ30.223441.335763.5124
Yxy41.33570.22380.3060
Hunter Lab64.2928-28.6015-13.5653
CIE-Lab70.4105-31.1836-18.1240

#2ebdcc color RGB value is (46,189,204).

#2ebdcc hex color red value is 46, green value is 189 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2ebdcc hue: 0.52 , saturation: 0.63 and the lightness value of 2ebdcc is 0.49.

The process color (four color CMYK) of #2ebdcc color hex is 0.77, 0.07, 0.00, 0.20. Web safe color of #2ebdcc is #33cccc. Color #2ebdcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111101 11001100
Octal 56 275 314
Decimal 46 189 204
Hex 2E BD CC

RGB Percentages of Color #2ebdcc

%10.48
%43.05
%46.47

CMYK Percentages of Color #2ebdcc

%77
%7
%0
%20

Triadic Colors of #2ebdcc

#2ebdcc #cc2ebd #bdcc2e

Analogous Colors of #2ebdcc

#2ebdcc #2e6ecc #2ecc8c

Monochromatic Colors of #2ebdcc

#2ebdcc

Complementary Color

#2ebdcc #cc3d2e

#2ebdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebdcc Color CSS Codes

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

#2ebdcc Text Font Color

<p style="color:#2ebdcc">Text here</p>

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


#2ebdcc Background Color

<div style="background-color:#2ebdcc">
Div content here</div>

This div background color is #2ebdcc


#2ebdcc Border Color

<div style="border:3px solid #2ebdcc">
Div here</div>

This div border color is #2ebdcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(46,189,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2ebdcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2ebdcc;
  -webkit-box-shadow: 1px 1px 3px 2px #2ebdcc;
  box-shadow:         1px 1px 3px 2px #2ebdcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,189,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebdcc


Comments

No comments written yet.

Please login to write comment.