Color Hex Logo

#3cbbfb Color Hex

#3CBBFB
(60,187,251)
0 Favorites   0 Comments

Color spaces of #3cbbfb

RGB 60187251
HSL0.560.960.61
HSV200°76°98°
CMYK 0.760.250.00   0.02
XYZ37.046443.466397.7041
Yxy43.46630.20790.2439
Hunter Lab65.9290-15.0741-41.7151
CIE-Lab71.8703-13.5163-41.4063

#3cbbfb color RGB value is (60,187,251).

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

The process color (four color CMYK) of #3cbbfb color hex is 0.76, 0.25, 0.00, 0.02. Web safe color of #3cbbfb is #33ccff. Color #3cbbfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111011 11111011
Octal 74 273 373
Decimal 60 187 251
Hex 3C BB FB

RGB Percentages of Color #3cbbfb

%12.05
%37.55
%50.40

CMYK Percentages of Color #3cbbfb

%76
%25
%0
%2

Triadic Colors of #3cbbfb

#3cbbfb #fb3cbb #bbfb3c

Analogous Colors of #3cbbfb

#3cbbfb #3c5bfb #3cfbdc

Monochromatic Colors of #3cbbfb

#3cbbfb

Complementary Color

#3cbbfb #fb7c3c

#3cbbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbbfb Color CSS Codes

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

#3cbbfb Text Font Color

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

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


#3cbbfb Background Color

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

This div background color is #3cbbfb


#3cbbfb Border Color

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

This div border color is #3cbbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbbfb


Comments

No comments written yet.

Please login to write comment.