Color Hex Logo

#3cabeb Color Hex

#3CABEB
(60,171,235)
0 Favorites   0 Comments

Color spaces of #3cabeb

RGB 60171235
HSL0.560.810.58
HSV202°74°92°
CMYK 0.740.270.00   0.08
XYZ31.421836.084683.9062
Yxy36.08460.20750.2383
Hunter Lab60.0705-11.7531-40.7667
CIE-Lab66.5845-10.2400-40.9743

#3cabeb color RGB value is (60,171,235).

#3cabeb hex color red value is 60, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3cabeb hue: 0.56 , saturation: 0.81 and the lightness value of 3cabeb is 0.58.

The process color (four color CMYK) of #3cabeb color hex is 0.74, 0.27, 0.00, 0.08. Web safe color of #3cabeb is #3399ff. Color #3cabeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101011 11101011
Octal 74 253 353
Decimal 60 171 235
Hex 3C AB EB

RGB Percentages of Color #3cabeb

%12.88
%36.70
%50.43

CMYK Percentages of Color #3cabeb

%74
%27
%0
%8

Triadic Colors of #3cabeb

#3cabeb #eb3cab #abeb3c

Analogous Colors of #3cabeb

#3cabeb #3c53eb #3cebd4

Monochromatic Colors of #3cabeb

#3cabeb

Complementary Color

#3cabeb #eb7c3c

#3cabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cabeb Color CSS Codes

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

#3cabeb Text Font Color

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

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


#3cabeb Background Color

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

This div background color is #3cabeb


#3cabeb Border Color

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

This div border color is #3cabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cabeb


Comments

No comments written yet.

Please login to write comment.