Color Hex Logo

#3caffb Color Hex

#3CAFFB
(60,175,251)
0 Favorites   0 Comments

Color spaces of #3caffb

RGB 60175251
HSL0.570.960.61
HSV204°76°98°
CMYK 0.760.300.00   0.02
XYZ34.606038.585696.8906
Yxy38.58560.20350.2269
Hunter Lab62.1173-9.2617-48.9984
CIE-Lab68.4500-6.9763-46.7665

#3caffb color RGB value is (60,175,251).

#3caffb hex color red value is 60, green value is 175 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #3caffb hue: 0.57 , saturation: 0.96 and the lightness value of 3caffb is 0.61.

The process color (four color CMYK) of #3caffb color hex is 0.76, 0.30, 0.00, 0.02. Web safe color of #3caffb is #3399ff. Color #3caffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101111 11111011
Octal 74 257 373
Decimal 60 175 251
Hex 3C AF FB

RGB Percentages of Color #3caffb

%12.35
%36.01
%51.65

CMYK Percentages of Color #3caffb

%76
%30
%0
%2

Triadic Colors of #3caffb

#3caffb #fb3caf #affb3c

Analogous Colors of #3caffb

#3caffb #3c4ffb #3cfbe8

Monochromatic Colors of #3caffb

#3caffb

Complementary Color

#3caffb #fb883c

#3caffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3caffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3caffb Color CSS Codes

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

#3caffb Text Font Color

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

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


#3caffb Background Color

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

This div background color is #3caffb


#3caffb Border Color

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

This div border color is #3caffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3caffb


Comments

No comments written yet.

Please login to write comment.