Color Hex Logo

#3caabf Color Hex

#3CAABF
(60,170,191)
0 Favorites   0 Comments

Color spaces of #3caabf

RGB 60170191
HSL0.530.520.49
HSV190°69°75°
CMYK 0.690.110.00   0.25
XYZ25.642233.471754.3994
Yxy33.47170.22590.2949
Hunter Lab57.8547-22.1315-15.2506
CIE-Lab64.5410-24.0805-19.8353

#3caabf color RGB value is (60,170,191).

#3caabf hex color red value is 60, green value is 170 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #3caabf hue: 0.53 , saturation: 0.52 and the lightness value of 3caabf is 0.49.

The process color (four color CMYK) of #3caabf color hex is 0.69, 0.11, 0.00, 0.25. Web safe color of #3caabf is #3399cc. Color #3caabf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101010 10111111
Octal 74 252 277
Decimal 60 170 191
Hex 3C AA BF

RGB Percentages of Color #3caabf

%14.25
%40.38
%45.37

CMYK Percentages of Color #3caabf

%69
%11
%0
%25

Triadic Colors of #3caabf

#3caabf #bf3caa #aabf3c

Analogous Colors of #3caabf

#3caabf #3c69bf #3cbf93

Monochromatic Colors of #3caabf

#3caabf

Complementary Color

#3caabf #bf513c

#3caabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3caabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3caabf Color CSS Codes

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

#3caabf Text Font Color

<p style="color:#3caabf">Text here</p>

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


#3caabf Background Color

<div style="background-color:#3caabf">
Div content here</div>

This div background color is #3caabf


#3caabf Border Color

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

This div border color is #3caabf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(60,170,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3caabf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3caabf;
  -webkit-box-shadow: 1px 1px 3px 2px #3caabf;
  box-shadow:         1px 1px 3px 2px #3caabf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,170,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3caabf


Comments

No comments written yet.

Please login to write comment.