Color Hex Logo

#23caad Color Hex

#23CAAD
(35,202,173)
0 Favorites   0 Comments

Color spaces of #23caad

RGB 35202173
HSL0.470.700.46
HSV170°83°79°
CMYK 0.830.000.14   0.21
XYZ29.356545.615546.7926
Yxy45.61550.24110.3746
Hunter Lab67.5392-40.60726.2001
CIE-Lab73.2953-46.91303.0298

#23caad color RGB value is (35,202,173).

#23caad hex color red value is 35, green value is 202 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #23caad hue: 0.47 , saturation: 0.70 and the lightness value of 23caad is 0.46.

The process color (four color CMYK) of #23caad color hex is 0.83, 0.00, 0.14, 0.21. Web safe color of #23caad is #33cc99. Color #23caad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 11001010 10101101
Octal 43 312 255
Decimal 35 202 173
Hex 23 CA AD

RGB Percentages of Color #23caad

%8.54
%49.27
%42.20

CMYK Percentages of Color #23caad

%83
%0
%14
%21

Triadic Colors of #23caad

#23caad #ad23ca #caad23

Analogous Colors of #23caad

#23caad #2394ca #23ca5a

Monochromatic Colors of #23caad

#23caad

Complementary Color

#23caad #ca2340

#23caad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23caad Color Preview on White Background

Lorem ipsum dolor sit amet.

#23caad Color CSS Codes

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

#23caad Text Font Color

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

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


#23caad Background Color

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

This div background color is #23caad


#23caad Border Color

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

This div border color is #23caad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23caad


Comments

No comments written yet.

Please login to write comment.