Color Hex Logo

#46dfcb Color Hex

#46DFCB
(70,223,203)
0 Favorites   0 Comments

Color spaces of #46dfcb

RGB 70223203
HSL0.480.710.57
HSV172°69°87°
CMYK 0.690.000.09   0.13
XYZ39.693058.389265.6781
Yxy58.38920.24240.3566
Hunter Lab76.4128-40.99982.5282
CIE-Lab80.9547-44.1748-1.8225

#46dfcb color RGB value is (70,223,203).

#46dfcb hex color red value is 70, green value is 223 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #46dfcb hue: 0.48 , saturation: 0.71 and the lightness value of 46dfcb is 0.57.

The process color (four color CMYK) of #46dfcb color hex is 0.69, 0.00, 0.09, 0.13. Web safe color of #46dfcb is #33cccc. Color #46dfcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11011111 11001011
Octal 106 337 313
Decimal 70 223 203
Hex 46 DF CB

RGB Percentages of Color #46dfcb

%14.11
%44.96
%40.93

CMYK Percentages of Color #46dfcb

%69
%0
%9
%13

Triadic Colors of #46dfcb

#46dfcb #cb46df #dfcb46

Analogous Colors of #46dfcb

#46dfcb #46a7df #46df7f

Monochromatic Colors of #46dfcb

#46dfcb

Complementary Color

#46dfcb #df465a

#46dfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46dfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#46dfcb Color CSS Codes

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

#46dfcb Text Font Color

<p style="color:#46dfcb">Text here</p>

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


#46dfcb Background Color

<div style="background-color:#46dfcb">
Div content here</div>

This div background color is #46dfcb


#46dfcb Border Color

<div style="border:3px solid #46dfcb">
Div here</div>

This div border color is #46dfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46dfcb


Comments

No comments written yet.

Please login to write comment.