Color Hex Logo

#3cbcf0 Color Hex

#3CBCF0
(60,188,240)
0 Favorites   0 Comments

Color spaces of #3cbcf0

RGB 60188240
HSL0.550.860.59
HSV197°75°94°
CMYK 0.750.220.00   0.06
XYZ35.574943.218488.9051
Yxy43.21840.21210.2577
Hunter Lab65.7407-18.4528-34.1629
CIE-Lab71.7030-17.6961-35.7208

#3cbcf0 color RGB value is (60,188,240).

#3cbcf0 hex color red value is 60, green value is 188 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #3cbcf0 hue: 0.55 , saturation: 0.86 and the lightness value of 3cbcf0 is 0.59.

The process color (four color CMYK) of #3cbcf0 color hex is 0.75, 0.22, 0.00, 0.06. Web safe color of #3cbcf0 is #33ccff. Color #3cbcf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111100 11110000
Octal 74 274 360
Decimal 60 188 240
Hex 3C BC F0

RGB Percentages of Color #3cbcf0

%12.30
%38.52
%49.18

CMYK Percentages of Color #3cbcf0

%75
%22
%0
%6

Triadic Colors of #3cbcf0

#3cbcf0 #f03cbc #bcf03c

Analogous Colors of #3cbcf0

#3cbcf0 #3c62f0 #3cf0ca

Monochromatic Colors of #3cbcf0

#3cbcf0

Complementary Color

#3cbcf0 #f0703c

#3cbcf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbcf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbcf0 Color CSS Codes

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

#3cbcf0 Text Font Color

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

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


#3cbcf0 Background Color

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

This div background color is #3cbcf0


#3cbcf0 Border Color

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

This div border color is #3cbcf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbcf0


Comments

No comments written yet.

Please login to write comment.