Color Hex Logo

#23ddbe Color Hex

#23DDBE
(35,221,190)
0 Favorites   0 Comments

Color spaces of #23ddbe

RGB 35221190
HSL0.470.730.50
HSV170°84°87°
CMYK 0.840.000.14   0.13
XYZ35.843955.787957.5942
Yxy55.78790.24020.3738
Hunter Lab74.6913-45.04876.5656
CIE-Lab79.4930-50.36772.8960

#23ddbe color RGB value is (35,221,190).

#23ddbe hex color red value is 35, green value is 221 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #23ddbe hue: 0.47 , saturation: 0.73 and the lightness value of 23ddbe is 0.50.

The process color (four color CMYK) of #23ddbe color hex is 0.84, 0.00, 0.14, 0.13. Web safe color of #23ddbe is #33cccc. Color #23ddbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 11011101 10111110
Octal 43 335 276
Decimal 35 221 190
Hex 23 DD BE

RGB Percentages of Color #23ddbe

%7.85
%49.55
%42.60

CMYK Percentages of Color #23ddbe

%84
%0
%14
%13

Triadic Colors of #23ddbe

#23ddbe #be23dd #ddbe23

Analogous Colors of #23ddbe

#23ddbe #239fdd #23dd61

Monochromatic Colors of #23ddbe

#23ddbe

Complementary Color

#23ddbe #dd2342

#23ddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23ddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#23ddbe Color CSS Codes

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

#23ddbe Text Font Color

<p style="color:#23ddbe">Text here</p>

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


#23ddbe Background Color

<div style="background-color:#23ddbe">
Div content here</div>

This div background color is #23ddbe


#23ddbe Border Color

<div style="border:3px solid #23ddbe">
Div here</div>

This div border color is #23ddbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,221,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #23ddbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #23ddbe;
  -webkit-box-shadow: 1px 1px 3px 2px #23ddbe;
  box-shadow:         1px 1px 3px 2px #23ddbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,221,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23ddbe


Comments

No comments written yet.

Please login to write comment.