Color Hex Logo

#23abcc Color Hex

#23ABCC
(35,171,204)
0 Favorites   0 Comments

Color spaces of #23abcc

RGB 35171204
HSL0.530.710.47
HSV192°83°80°
CMYK 0.830.160.00   0.20
XYZ26.155133.842862.2805
Yxy33.84280.21390.2768
Hunter Lab58.1746-21.5525-22.7525
CIE-Lab64.8376-23.2189-26.6449

#23abcc color RGB value is (35,171,204).

#23abcc hex color red value is 35, green value is 171 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #23abcc hue: 0.53 , saturation: 0.71 and the lightness value of 23abcc is 0.47.

The process color (four color CMYK) of #23abcc color hex is 0.83, 0.16, 0.00, 0.20. Web safe color of #23abcc is #3399cc. Color #23abcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10101011 11001100
Octal 43 253 314
Decimal 35 171 204
Hex 23 AB CC

RGB Percentages of Color #23abcc

%8.54
%41.71
%49.76

CMYK Percentages of Color #23abcc

%83
%16
%0
%20

Triadic Colors of #23abcc

#23abcc #cc23ab #abcc23

Analogous Colors of #23abcc

#23abcc #2357cc #23cc99

Monochromatic Colors of #23abcc

#23abcc

Complementary Color

#23abcc #cc4423

#23abcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23abcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#23abcc Color CSS Codes

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

#23abcc Text Font Color

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

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


#23abcc Background Color

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

This div background color is #23abcc


#23abcc Border Color

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

This div border color is #23abcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23abcc


Comments

No comments written yet.

Please login to write comment.