Color Hex Logo

#23addc Color Hex

#23ADDC
(35,173,220)
0 Favorites   0 Comments

Color spaces of #23addc

RGB 35173220
HSL0.540.730.50
HSV195°84°86°
CMYK 0.840.210.00   0.14
XYZ28.555035.411873.0403
Yxy35.41180.20840.2585
Hunter Lab59.5078-18.4849-31.1175
CIE-Lab66.0680-18.8651-33.5811

#23addc color RGB value is (35,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 10101101 11011100
Octal 43 255 334
Decimal 35 173 220
Hex 23 AD DC

RGB Percentages of Color #23addc

%8.18
%40.42
%51.40

CMYK Percentages of Color #23addc

%84
%21
%0
%14

Triadic Colors of #23addc

#23addc #dc23ad #addc23

Analogous Colors of #23addc

#23addc #2350dc #23dcaf

Monochromatic Colors of #23addc

#23addc

Complementary Color

#23addc #dc5223

#23addc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23addc Color Preview on White Background

Lorem ipsum dolor sit amet.

#23addc Color CSS Codes

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

#23addc Text Font Color

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

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


#23addc Background Color

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

This div background color is #23addc


#23addc Border Color

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

This div border color is #23addc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23addc


Comments

No comments written yet.

Please login to write comment.