Color Hex Logo

#3caebf Color Hex

#3CAEBF
(60,174,191)
0 Favorites   0 Comments

Color spaces of #3caebf

RGB 60174191
HSL0.520.520.49
HSV188°69°75°
CMYK 0.690.090.00   0.25
XYZ26.403534.994454.6532
Yxy34.99440.22750.3015
Hunter Lab59.1561-23.8521-13.3677
CIE-Lab65.7443-26.1008-18.0071

#3caebf color RGB value is (60,174,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101110 10111111
Octal 74 256 277
Decimal 60 174 191
Hex 3C AE BF

RGB Percentages of Color #3caebf

%14.12
%40.94
%44.94

CMYK Percentages of Color #3caebf

%69
%9
%0
%25

Triadic Colors of #3caebf

#3caebf #bf3cae #aebf3c

Analogous Colors of #3caebf

#3caebf #3c6dbf #3cbf8f

Monochromatic Colors of #3caebf

#3caebf

Complementary Color

#3caebf #bf4d3c

#3caebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3caebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3caebf Color CSS Codes

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

#3caebf Text Font Color

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

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


#3caebf Background Color

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

This div background color is #3caebf


#3caebf Border Color

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

This div border color is #3caebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,174,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 #3caebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3caebf


Comments

No comments written yet.

Please login to write comment.