Color Hex Logo

#23adbd Color Hex

#23ADBD
(35,173,189)
0 Favorites   0 Comments

Color spaces of #23adbd

RGB 35173189
HSL0.520.690.44
HSV186°81°74°
CMYK 0.810.080.00   0.26
XYZ24.822033.918653.3828
Yxy33.91860.22140.3025
Hunter Lab58.2397-25.8420-13.5778
CIE-Lab64.8979-29.1008-18.2252

#23adbd color RGB value is (35,173,189).

#23adbd hex color red value is 35, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #23adbd hue: 0.52 , saturation: 0.69 and the lightness value of 23adbd is 0.44.

The process color (four color CMYK) of #23adbd color hex is 0.81, 0.08, 0.00, 0.26. Web safe color of #23adbd is #3399cc. Color #23adbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10101101 10111101
Octal 43 255 275
Decimal 35 173 189
Hex 23 AD BD

RGB Percentages of Color #23adbd

%8.82
%43.58
%47.61

CMYK Percentages of Color #23adbd

%81
%8
%0
%26

Triadic Colors of #23adbd

#23adbd #bd23ad #adbd23

Analogous Colors of #23adbd

#23adbd #2360bd #23bd80

Monochromatic Colors of #23adbd

#23adbd

Complementary Color

#23adbd #bd3323

#23adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#23adbd Color CSS Codes

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

#23adbd Text Font Color

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

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


#23adbd Background Color

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

This div background color is #23adbd


#23adbd Border Color

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

This div border color is #23adbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23adbd


Comments

No comments written yet.

Please login to write comment.