Color Hex Logo

#23ddbb Color Hex

#23DDBB
(35,221,187)
0 Favorites   0 Comments

Color spaces of #23ddbb

RGB 35221187
HSL0.470.730.50
HSV169°84°87°
CMYK 0.840.000.15   0.13
XYZ35.519255.658155.8847
Yxy55.65810.24150.3785
Hunter Lab74.6044-45.57367.8100
CIE-Lab79.4188-51.14244.3847

#23ddbb color RGB value is (35,221,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 11011101 10111011
Octal 43 335 273
Decimal 35 221 187
Hex 23 DD BB

RGB Percentages of Color #23ddbb

%7.90
%49.89
%42.21

CMYK Percentages of Color #23ddbb

%84
%0
%15
%13

Triadic Colors of #23ddbb

#23ddbb #bb23dd #ddbb23

Analogous Colors of #23ddbb

#23ddbb #23a2dd #23dd5e

Monochromatic Colors of #23ddbb

#23ddbb

Complementary Color

#23ddbb #dd2345

#23ddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23ddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#23ddbb Color CSS Codes

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

#23ddbb Text Font Color

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

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


#23ddbb Background Color

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

This div background color is #23ddbb


#23ddbb Border Color

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

This div border color is #23ddbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23ddbb


Comments

No comments written yet.

Please login to write comment.