Color Hex Logo

#2ebddc Color Hex

#2EBDDC
(46,189,220)
0 Favorites   0 Comments

Color spaces of #2ebddc

RGB 46189220
HSL0.530.710.52
HSV191°79°86°
CMYK 0.790.140.00   0.14
XYZ32.242642.143374.1453
Yxy42.14330.21710.2837
Hunter Lab64.9179-24.9511-22.2750
CIE-Lab70.9696-26.1567-26.0086

#2ebddc color RGB value is (46,189,220).

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

The process color (four color CMYK) of #2ebddc color hex is 0.79, 0.14, 0.00, 0.14. Web safe color of #2ebddc is #33cccc. Color #2ebddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111101 11011100
Octal 56 275 334
Decimal 46 189 220
Hex 2E BD DC

RGB Percentages of Color #2ebddc

%10.11
%41.54
%48.35

CMYK Percentages of Color #2ebddc

%79
%14
%0
%14

Triadic Colors of #2ebddc

#2ebddc #dc2ebd #bddc2e

Analogous Colors of #2ebddc

#2ebddc #2e66dc #2edca4

Monochromatic Colors of #2ebddc

#2ebddc

Complementary Color

#2ebddc #dc4d2e

#2ebddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebddc Color CSS Codes

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

#2ebddc Text Font Color

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

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


#2ebddc Background Color

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

This div background color is #2ebddc


#2ebddc Border Color

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

This div border color is #2ebddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebddc


Comments

No comments written yet.

Please login to write comment.