Color Hex Logo

#3cbafd Color Hex

#3CBAFD
(60,186,253)
0 Favorites   0 Comments

Color spaces of #3cbafd

RGB 60186253
HSL0.560.980.61
HSV201°76°99°
CMYK 0.760.260.00   0.01
XYZ37.152043.170399.3031
Yxy43.17030.20680.2403
Hunter Lab65.7041-14.0504-43.6161
CIE-Lab71.6704-12.3078-42.7976

#3cbafd color RGB value is (60,186,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111010 11111101
Octal 74 272 375
Decimal 60 186 253
Hex 3C BA FD

RGB Percentages of Color #3cbafd

%12.02
%37.27
%50.70

CMYK Percentages of Color #3cbafd

%76
%26
%0
%1

Triadic Colors of #3cbafd

#3cbafd #fd3cba #bafd3c

Analogous Colors of #3cbafd

#3cbafd #3c59fd #3cfde0

Monochromatic Colors of #3cbafd

#3cbafd

Complementary Color

#3cbafd #fd7f3c

#3cbafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbafd Color CSS Codes

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

#3cbafd Text Font Color

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

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


#3cbafd Background Color

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

This div background color is #3cbafd


#3cbafd Border Color

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

This div border color is #3cbafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbafd


Comments

No comments written yet.

Please login to write comment.