Color Hex Logo

#23caab Color Hex

#23CAAB
(35,202,171)
0 Favorites   0 Comments

Color spaces of #23caab

RGB 35202171
HSL0.470.700.46
HSV169°83°79°
CMYK 0.830.000.15   0.21
XYZ29.164445.538745.7808
Yxy45.53870.24210.3780
Hunter Lab67.4824-40.95047.0147
CIE-Lab73.2452-47.43574.0391

#23caab color RGB value is (35,202,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 11001010 10101011
Octal 43 312 253
Decimal 35 202 171
Hex 23 CA AB

RGB Percentages of Color #23caab

%8.58
%49.51
%41.91

CMYK Percentages of Color #23caab

%83
%0
%15
%21

Triadic Colors of #23caab

#23caab #ab23ca #caab23

Analogous Colors of #23caab

#23caab #2396ca #23ca58

Monochromatic Colors of #23caab

#23caab

Complementary Color

#23caab #ca2342

#23caab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23caab Color Preview on White Background

Lorem ipsum dolor sit amet.

#23caab Color CSS Codes

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

#23caab Text Font Color

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

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


#23caab Background Color

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

This div background color is #23caab


#23caab Border Color

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

This div border color is #23caab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23caab


Comments

No comments written yet.

Please login to write comment.