Color Hex Logo

#23addb Color Hex

#23ADDB
(35,173,219)
0 Favorites   0 Comments

Color spaces of #23addb

RGB 35173219
HSL0.540.720.50
HSV195°84°86°
CMYK 0.840.210.00   0.14
XYZ28.422935.358972.3447
Yxy35.35890.20880.2598
Hunter Lab59.4634-18.7396-30.5095
CIE-Lab66.0271-19.2060-33.0940

#23addb color RGB value is (35,173,219).

#23addb hex color red value is 35, green value is 173 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #23addb hue: 0.54 , saturation: 0.72 and the lightness value of 23addb is 0.50.

The process color (four color CMYK) of #23addb color hex is 0.84, 0.21, 0.00, 0.14. Web safe color of #23addb is #3399cc. Color #23addb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10101101 11011011
Octal 43 255 333
Decimal 35 173 219
Hex 23 AD DB

RGB Percentages of Color #23addb

%8.20
%40.52
%51.29

CMYK Percentages of Color #23addb

%84
%21
%0
%14

Triadic Colors of #23addb

#23addb #db23ad #addb23

Analogous Colors of #23addb

#23addb #2351db #23dbad

Monochromatic Colors of #23addb

#23addb

Complementary Color

#23addb #db5123

#23addb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23addb Color Preview on White Background

Lorem ipsum dolor sit amet.

#23addb Color CSS Codes

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

#23addb Text Font Color

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

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


#23addb Background Color

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

This div background color is #23addb


#23addb Border Color

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

This div border color is #23addb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23addb


Comments

No comments written yet.

Please login to write comment.