Color Hex Logo

#3cbefa Color Hex

#3CBEFA
(60,190,250)
0 Favorites   0 Comments

Color spaces of #3cbefa

RGB 60190250
HSL0.550.950.61
HSV199°76°98°
CMYK 0.760.240.00   0.02
XYZ37.532344.689797.0903
Yxy44.68970.20930.2492
Hunter Lab66.8504-16.7715-39.3147
CIE-Lab72.6871-15.4470-39.5932

#3cbefa color RGB value is (60,190,250).

#3cbefa hex color red value is 60, green value is 190 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #3cbefa hue: 0.55 , saturation: 0.95 and the lightness value of 3cbefa is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111110 11111010
Octal 74 276 372
Decimal 60 190 250
Hex 3C BE FA

RGB Percentages of Color #3cbefa

%12.00
%38.00
%50.00

CMYK Percentages of Color #3cbefa

%76
%24
%0
%2

Triadic Colors of #3cbefa

#3cbefa #fa3cbe #befa3c

Analogous Colors of #3cbefa

#3cbefa #3c5ffa #3cfad7

Monochromatic Colors of #3cbefa

#3cbefa

Complementary Color

#3cbefa #fa783c

#3cbefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbefa Color CSS Codes

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

#3cbefa Text Font Color

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

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


#3cbefa Background Color

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

This div background color is #3cbefa


#3cbefa Border Color

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

This div border color is #3cbefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbefa

Related Colors


Comments

No comments written yet.

Please login to write comment.