Color Hex Logo

#2eadcb Color Hex

#2EADCB
(46,173,203)
0 Favorites   0 Comments

Color spaces of #2eadcb

RGB 46173203
HSL0.530.630.49
HSV191°77°80°
CMYK 0.770.150.00   0.20
XYZ26.849834.779861.7979
Yxy34.77980.21750.2818
Hunter Lab58.9744-21.9379-20.8465
CIE-Lab65.5769-23.5511-24.9404

#2eadcb color RGB value is (46,173,203).

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

The process color (four color CMYK) of #2eadcb color hex is 0.77, 0.15, 0.00, 0.20. Web safe color of #2eadcb is #3399cc. Color #2eadcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101101 11001011
Octal 56 255 313
Decimal 46 173 203
Hex 2E AD CB

RGB Percentages of Color #2eadcb

%10.90
%41.00
%48.10

CMYK Percentages of Color #2eadcb

%77
%15
%0
%20

Triadic Colors of #2eadcb

#2eadcb #cb2ead #adcb2e

Analogous Colors of #2eadcb

#2eadcb #2e5ecb #2ecb9b

Monochromatic Colors of #2eadcb

#2eadcb

Complementary Color

#2eadcb #cb4c2e

#2eadcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eadcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eadcb Color CSS Codes

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

#2eadcb Text Font Color

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

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


#2eadcb Background Color

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

This div background color is #2eadcb


#2eadcb Border Color

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

This div border color is #2eadcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,173,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 #2eadcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eadcb


Comments

No comments written yet.

Please login to write comment.