Color Hex Logo

#23aadb Color Hex

#23AADB
(35,170,219)
0 Favorites   0 Comments

Color spaces of #23aadb

RGB 35170219
HSL0.540.720.50
HSV196°84°86°
CMYK 0.840.220.00   0.14
XYZ27.854034.221272.1551
Yxy34.22120.20750.2549
Hunter Lab58.4989-17.3810-32.1817
CIE-Lab65.1378-17.6184-34.4748

#23aadb color RGB value is (35,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 10101010 11011011
Octal 43 252 333
Decimal 35 170 219
Hex 23 AA DB

RGB Percentages of Color #23aadb

%8.25
%40.09
%51.65

CMYK Percentages of Color #23aadb

%84
%22
%0
%14

Triadic Colors of #23aadb

#23aadb #db23aa #aadb23

Analogous Colors of #23aadb

#23aadb #234edb #23dbb0

Monochromatic Colors of #23aadb

#23aadb

Complementary Color

#23aadb #db5423

#23aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#23aadb Color CSS Codes

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

#23aadb Text Font Color

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

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


#23aadb Background Color

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

This div background color is #23aadb


#23aadb Border Color

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

This div border color is #23aadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,170,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 #23aadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23aadb


Comments

No comments written yet.

Please login to write comment.